Visara Master Console Center Scripting Guide Uživatelský manuál Strana 70

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 262
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 69
Chapter 5 Script Commands
Scripting Guide 70
ALARM
Syntax:
ALARM( %Operation)
Description:
Generates a repetitive alarm tone (beep) at the MCC terminal.
Action:
The tone beeps once per second and continues until turned off with the
ALARM( OFF) command.
Parameters:
%Operation. Numeric expression. ON activates the tone and OFF
deactivates the tone.
Returns:
N/A.
Notes:
1. Refer to Manifest Constants on page 42 for information on the
constants reference list.
2. Once activated, only the ALARM( OFF) command deactivates the
beeping tone.
Example:
ALARM( ON) //turn the alarm on
WAITFOR( 30) //sound the alarm for 30 seconds
ALARM( OFF) //turn the alarm off
See Also:
DOUNIT
ALEN
Syntax:
ALEN( Array) ==> %Elements
Description:
Returns the number of elements in the array.
Action:
The number of elements in the specified array is returned.
Parameters:
Array. Array variable. The array to count the number of elements.
Returns:
Numeric value. The number of elements in the array.
Notes:
Example:
%Num := ALEN( $Lpars)
See Also:
LEN
Zobrazit stránku 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 261 262

Komentáře k této Příručce

Žádné komentáře