Apr 29, 2004 #1 ISUTri MIS Mar 25, 2004 38 US Why is this placed in a macro when you record it from Extra. Is there anything special about this code?
Why is this placed in a macro when you record it from Extra. Is there anything special about this code?
Apr 29, 2004 #2 calculus Programmer Apr 10, 2003 390 US The ampersand (&) denotes the variable is of the "Double" variable type. Search the help files for data types. The code is trying to determine how long to wait when told to wait. There are much better ways to get this done. Please see the FAQ for this section. I think it will help you out some. calculus Upvote 0 Downvote
The ampersand (&) denotes the variable is of the "Double" variable type. Search the help files for data types. The code is trying to determine how long to wait when told to wait. There are much better ways to get this done. Please see the FAQ for this section. I think it will help you out some. calculus