Difference between revisions of "Script To Work With Global Variables"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "Get a global, if not available use the default provided actions.getEventGlobal(String key,String adefault) Create a global variable (this will overwrite any existing value) ...")

Revision as of 08:51, 5 May 2022

Get a global, if not available use the default provided

actions.getEventGlobal(String key,String adefault)

Create a global variable (this will overwrite any existing value)

actions.setEventGlobal(String key,String value)

Remove a global variable

actions.removeEventGlobal(String key){