Difference between revisions of "GET CUSTOM PROC NAME"
From Macros Wiki
(New page: {{Command|syntax= <process number>, <variable> |description=*DESCRPTION* |param1=<process number>|param1_desc={{process number}} |param2=<variable>|param2_desc={{variable}} }} ===Example...) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|syntax= <process number>, <variable> | + | [[Procs:Process_Data|{{Up}}]] |
− | |description= | + | |
+ | {{Command|syntax=GET_CUSTOM_PROC_NAME <process number>, <variable> | ||
+ | |description=:Get the name of a custom process. | ||
|param1=<process number>|param1_desc={{process number}} | |param1=<process number>|param1_desc={{process number}} | ||
− | |param2=<variable>|param2_desc={{ | + | |param2=<variable>|param2_desc={{parameter_variable_string_name}} the process name. |
}} | }} | ||
===Example=== | ===Example=== | ||
− | : | + | :GET_CUSTOM_PROC_NAME 4, a$ |
[[Category:Procs]] | [[Category:Procs]] |
Latest revision as of 18:57, 14 January 2011
Command
- GET_CUSTOM_PROC_NAME <process number>, <variable>
- Get the name of a custom process.
Parameters
- <process number>
- Process number.
- <variable>
- Name of string variable to be set to the process name.
Example
- GET_CUSTOM_PROC_NAME 4, a$