Visara Master Console Center Scripting Guide Manuale Utente Pagina 132

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 262
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 131
Chapter 5 Script Commands
Scripting Guide 132
ICONMSG
Syntax:
ICONMSG( [%Class [, $Name]]) ==> $Message
Description:
Returns an icon’s current message.
Action:
The message text for the specified icon is returned.
Parameters:
%Class. Numeric expression. Optional, but required with Name. The
icon class. Refer to Icon Class/Icon Name on page 29 for more
information.
$Name. String expression. Optional. The icon name. Refer to Icon
Class/Icon Name on page 29 for more information.
Returns:
String value. The icon’s message—the text that appears on the bottom
line of the icon.
Notes:
N/A
Example:
//Example 1
$MsgStr := ICONMSG()
LOG(LOG_EXEC, $MsgStr)
//Example 2
$IconName := “MCC OS”
%IconClass := OS
$MsgStr := ICONMSG(%IconClass, $IconName)
LOG(LOG_EXEC, $MsgStr)
See Also:
ICON, ICONNAME, ICONSTATUS
Vedere la pagina 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 261 262

Commenti su questo manuale

Nessun commento