info("serverupdate")

The info(“serverupdate”) function returns true if the server update option is currently turned on (this is the default).


Description

This function returns true if the server update option is currently turned on (this is the default).

This example turns off server updates and performs a formula fill. It then turns server updates back on, but only if they were already on before this procedure began.

let wasServerUpdate = info("serverupdate")
serverupdate  "off"
field Z
formulafill  A+B
if wasServerUpdate
    serverupdate  "on"
endif 

See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0