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

  • 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 87
Chapter 5 Script Commands
Scripting Guide 88
CLASSNUM
Syntax:
CLASSNUM( [$ClassName]) ==> %Class
Description:
Returns the class number for a class name string.
Action:
The class number for a class name string is returned.
Parameters:
$ClassName. String expression. Optional. A valid class name in a
string format (the icon class manifest constant name as a character
string). Refer to Icon Class/Icon Name on page 29 for more
information.
If the class name string is not specified, the current script class is used.
Returns:
Numeric value. The icon class number.
Notes:
1. CLASSNUM() is the inverse of CLASSNAME().
2. This function is not commonly used.
Example:
%Class := CLASSNUM()
See Also:
CLASSNAME, ICONNAME
Zobrazit stránku 87
1 2 ... 83 84 85 86 87 88 89 90 91 92 93 ... 261 262

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

Žádné komentáře