SYS_LAST_REGISTERED_VALUENAME

Script Function: Returns the last used variable-value of the command :REGISTER_VARIABLE

Syntax

SYS_LAST_REGISTERED_VALUENAME ()

Return code

The last used variable-value of the command :REGISTER_VARIABLE

Example

The following example sets and prints a script variable with the value returned from sys_last_registered_valuename.

:set &uc_register_valuename = sys_last_registered_valuename
:print &uc_register_valuename

See also:

seealso

UC_EXT_INTERPRETERS_* - Register External Interpreters