CALLSETDBL
Sets a double precision numeric value in the master macro's buffer.
Syntax:
CALLSETDBL index, value
Discussion:
This command is used to set a numeric value into the buffer maintained by the master macro. The index can be any value between 0 and 50, inclusive. The numeric value may be retrieved using the CALD function. See "Calling a Macro from within a Macro".
Next: