__VMVARLGET()
Retrive a local variable from a procedure level
- Syntax
-
- __VMVARLGET( <nProcLevel>, <nLocal> )
- Arguments
-
- <nProcLevel> Is the procedure level, same as used in ProcName() and ProcLine(), from which a local variable containts is going to be retrieved.
- <nLocal> Is the index of the local variable to retrieve.
- Returns
-
- The containts of a specific local variable
- Description
-
- This function is used from the debugger
- Files
-
- Library is vm