SYS_LAST_REGISTERED_VALUENAME

Use the SYS_LAST_REGISTERED_VALUENAME script function to retrieve the last used variable value of the :REGISTER_VARIABLE script statement.

Syntax

SYS_LAST_REGISTERED_VALUENAME ()

Return Codes

The script function returns the last used variable value of :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: