System methods syntax
The syntax for each of the System class methods is shown below.
Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of System methods.
%string = %(System):Arguments
%sl = %(System):CallStack
%string = %(System):CallStackCaller( number)
%number = %(System):CallStackDepth
%number = %(System):ConnectionStartTimeMilliseconds
%string = %(System):ConnectionStartTimeString[( [format])]
%boolean = %(System):CurrentRecordIsUpdated
%number = %(System):CurrentTimeDays
%number = %(System):CurrentTimeMilliseconds
%number = %(System):CurrentTimeSeconds
%string = %(System):CurrentTimeString[( [format])]
%(System):DeleteGlobal( string)
%(System):DeleteObject( string)
%(System):DeleteString( string)
[%number =] %(System):GetObject( string, object)
%string = %(System):LastSubsystemErrorFile
%string = %(System):LastSubsystemErrorProcedure
%string = %(System):LastSubsystemErrorSubsystem
%sl = %(System):ListOfGlobals[( [string])]
%sl = %(System):ListOfObjects[( [string])]
%sl = %(System):ListOfStrings[( [string])]
%system = %(System):New
%boolean = %(System):RecordIsUpdated( string, number)
%(System):SetGlobal( name, value)
[%gen =] %(System):SetObject( name, object, [testGen])
[%number =] %(System):SetString( name, value, [oldValue])
%value = %(System):String( name)
[%number =] %(System):WakeupAt( timeInMilliseconds)