Visara Master Console Center Scripting Guide Manual de usuario Pagina 97

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 262
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 96
Chapter 5 Script Commands
Scripting Guide 97
ERRORMSG
Syntax:
ERRORMSG( %ErrNum)==> $ErrMsg
Description:
Returns the error message associated with the error number.
Action:
The error message for the error number specified by ErrNum is
returned.
Parameters:
%ErrNum. Numeric expression. The error number retrieved from the
ERRORNUM() command.
Returns:
String value. The error message associated with the error number.
Notes:
See ERRORNUM() for more details.
Example:
%ErrCode := ERRORNUM()
$ErrMsg := ERRORMSG( %ErrCode)
LOG( LOG_FLT, “Error: ” + $ErrMsg)
See Also:
ERRORNUM
Vista de pagina 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 261 262

Comentarios a estos manuales

Sin comentarios