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 variable with the value returned from sys_last_registered_valuename.

:set &uc_register_valuename = sys_last_registered_valuename
:print &uc_register_valuename

See also:

Script Elements - Activation Data

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by function