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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 262
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 86
Chapter 5 Script Commands
Scripting Guide 87
CLASSNAME
Syntax:
CLASSNAME( [%Class]) ==> $ClassName
Description:
Returns the class name for a class number.
Action:
The class name for a class number is returned as a string.
Parameters:
%Class. Numeric expression. Optional. The icon class. Refer to Icon
Class/Icon Name on page 29 for more information.
If the class number is not specified, the current script class is used.
Returns:
String value. The icon class manifest constant name as a character
string.
Notes:
1. Refer to Manifest Constants on page 42 for the constants reference
list.
2. This function is useful for display/log purposes.
3. CLASSNAME() is the inverse of CLASSNUM().
4. This function is not commonly used.
Example:
$Class := CLASSNAME()
See Also:
CLASSNUM, ICONNAME
Przeglądanie stron 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 ... 261 262

Komentarze do niniejszej Instrukcji

Brak uwag