Difference between revisions of "GET CUSTOM PROC NAME"
From Macros Wiki
Line 3: | Line 3: | ||
|param1=<process number>|param1_desc={{process number}} | |param1=<process number>|param1_desc={{process number}} | ||
− | |param2=<variable>|param2_desc={{ | + | |param2=<variable>|param2_desc={{text}} |
}} | }} | ||
Revision as of 15:15, 28 July 2010
Command
- GET_CUSTOM_PROC_NAME <process number>, <variable>
- Get the name previously defined to a process
Parameters
- <process number>
- Process number.
- <variable>
- A text string, in double quotes, for example "my text" or a string variable, for example a$
Example
- GET_CUSTOM_PROC_NAME 4, a$