CALLSETSTR

Sets a string value in the master macro's buffer.

Syntax:

CALLSETSTR index, text$

Discussion:

This command is used to set a string value into the buffer maintained by the master macro. The index can be any value between 0 and 50, inclusive. The string value may then be retrieved using the $CALLSTRING function. See " Calling a Macro from within a Macro ".

Next: