Visara Master Console Center Scripting Guide Instrukcja Użytkownika Strona 51

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 262
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 50
Chapter 3 Script Syntax
Scripting Guide 51
The following Boolean syntax may be used:
Syntax Means
== Equals
< Less than
> Greater than
<= or =< Less than or equal to
>= or => Greater than or equal to
!= or <> Not equal
! Unary not
AND Logical “and”
OR Logical “or”
Table 7. List of Boolean operators
Comment Statements
Comment statements are not part of a script, but describe parts of the
script. Their purpose is to help others understand the logic of the script.
Comment statements begin with two forward slashes “//” and finish at
the end of the line.
A comment may contain any character. It may be on a line by itself,
or after a label or command statement.
Blank lines are accepted and desired as comment statements for
creating white space.
Examples:
// The entire line is a comment.
IF $MsgText == “ERROR” //comment after a command
//statement
Przeglądanie stron 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 261 262

Komentarze do niniejszej Instrukcji

Brak uwag