Variables can be used in many ways. The syntax differs depending on the application and use.
SetGlobalVar StoreGroup ()
Create an integer variable with a Query.
SetGlobalVar StoreGroup (Group Number)
Create an integer variable with query text.
SetGlobalVar StoreName (“Name of Sequence”)
Create an Text variable with query text.
Group $StoreGroup
Using an integer variable
Store Sequence $”StoreName”
Using a text variable
DelGlobalVar StoreGroup
Delete a variable.
•Nota: A query can also be linked directly to a command.
Store Sequence (“StoreName”)
Command with query.