Documentation

GlobalVariableTime

Returns the time when the global variable was last accessed.

datetime  GlobalVariableTime(
   string  name      // name
   );

Parameters

name

[in]  Name of the global variable.

Return Value

The function returns time of last accessing the specified global variable. Calling a variable to obtain value is also considered as an access to it. In order to obtain error details, call the GetLastError() function.

Note

Global variables exist in the client terminal during 4 weeks since they were called last. After that they are automatic ally deleted.

See also

GlobalVariableCheck()