SETGLOBALCONTEXT

Set the value of a global context variable, which holds a piece of information while Claris Studio is open.

Usage examples 

SETGLOBALCONTEXT({customerName: "Lucia R. Rivera"})

Syntax 

SETGLOBALCONTEXT ( variable_value_object )

  • variable_value_object - Global context variable and value in format of {globalVariableA: valueB}

Functions reference