Visara Master Console Center Scripting Guide Manual de usuario Pagina 132

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 262
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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
Vista de pagina 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 261 262

Comentarios a estos manuales

Sin comentarios