info("windowvariables")

The info(“windowvariables”) function returns a carriage return separated text array listing the windowglobal variables defined for the current window.


Description

This function returns a carriage return separated text array listing the windowglobal variables defined for the current window.

The example below uses info(“windowvariables”) to reset all of the window variables in the current window to empty.

local wVars,n,oneVar
wVars=info("windowvariables")
n=1
loop
    oneVar=array(wVars,n,cr())
    stoploopif oneVar=""
    execute oneVar+"={} showvariables "+oneVar
    n=n+1
endloop

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0