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

  • 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 22
Chapter 2 Advanced Topics
Scripting Guide 23
To improve readability, put one blank line before and one after each
control structure, such as IF-ENDIF and WHILE-ENDWHILE.
If several assignment statements occur together, align them on the
“:=” characters.
Control structures and commands that do not return values should be
all capitals, for example, IF, END, RETURN, ENDSWITCH, WHILE.
Functions that return values should be mixed upper and lower case
characters, for example, AssocKeys().
Avoid using variables with generic names like $X or %Counter.
Manifest constants should be all upper case characters.
Zobrazit stránku 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 261 262

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

Žádné komentáře