SYS_LAST_REGISTERED_VARNAME
Script Function: Returns the last used variable name of the command :REGISTER_VARIABLE
Syntax
SYS_LAST_REGISTERED_VARNAME ()
|
Return code |
|---|
|
The last used variable name of the command :REGISTER_VARIABLE |
Example
The following example sets and prints a script variable with the value returned from sys_last_registered_varname.
:set &uc_register_varname = sys_last_registered_varname
:print &uc_register_varname
See also: