SET CUSTOM PROC NAME
From Macros Wiki
Command
- SET_CUSTOM_PROC_NAME <process number>, <variable>
- Set the name of a custom process.
Parameters
- <process number>
- Process number.
- <variable>
- Name of string variable to be set to the process name.
Example
- a$ = "ProcName"
- SET_CUSTOM_PROC_NAME 4, a$