Command syntax—by command – Visara Master Console Center Scripting Guide User Manual
Page 246
![background image](https://www.manualsdir.com/files/808700/content/doc246.png)
Appendix B Command Syntax
Scripting Guide
246
Command Syntax—By Command
Command Command
Type
Description Syntax
Variable
Fill an array with all of the icon names in a
class.
AICONNAMES($AssocArray,%Class,$ParentI
con)
Alerting
Generates a repetitive alarm tone (beep) at the
workstation (Global WorkStation).
ALARM(%Operation)
Variable
Returns the number of elements in the array.
ALEN(Array) ==>%Elements
Alerting
Create a new alert.
ALERTCREATE(%Status,%State,$Source,$Ms
gText,$UserNote) ==>%AlertID
Alerting
Deletes an existing alert.
ALERTDEL( %AlertID) ==> %ErrCode
Alerting
Retrieves information on all active alerts into an
array.
ALERTGETACTIVE($AssocArray)==>%ErrCo
de
Alerting
Modifies the value of a field in an existing alert.
ALERTMOD(%AlertID,%AlertField,NewValue
)
==>%ErrCode
Variable
Reset the contents of an array to “empty”.
ARESET(Array)
Variable Returns
the
ASCII value of a character.
ASCII($String) ==>%Value
Console
Message
Fill an array with the full text of a console
screen.
ASCRN($Array,%Port)
Variable
Sort a normal array. ASORT(NormArray,%Direction)
Variable
Populate a normal string array with the string
index keys of an associative array
ASSOCKEYS(AssocArray,$NormArray)
Variable
Returns the starting position of a substring
within a string.
ATSTR($String,$Substring)==>%StartPos