Skip to content

UPDATE_ALL_EXPR_ATTRS ​

The command UPDATE_ALL_EXPR_ATTRS forces alle expression attributes of all loaded models to be updated.

Syntax ​

leo-grammar
CC "Core" UPDATE_ALL_EXPR_ATTRS [ synchronous:int ]
CC "Core" UPDATE_ALL_EXPR_ATTRS [ synchronous:int ]

Parameters ​

  • synchronous (boolValue, optional) - int

Returns ​

none

Details ​

With the optional parameter synchronous you can toggle, whether the expressions should be updated right now (if the value is not 0) or if it should take place while you are working (value: 0).

See Also ​

Examples ​

asc
# update all expression attributes
CC "Core" UPDATE_ALL_EXPR_ATTRS synchronous:1

CC "AdoScript" INFOBOX ("All expression attributes have been updated!")
# update all expression attributes
CC "Core" UPDATE_ALL_EXPR_ATTRS synchronous:1

CC "AdoScript" INFOBOX ("All expression attributes have been updated!")

Versions and Changes ​

Available since ADOxx 1.3