Visara Master Console Center Scripting Guide Manual do Utilizador Página 126

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 262
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 125
Chapter 5 Script Commands
Scripting Guide 126
HEXSTR
Syntax:
HEXSTR( %Number) ==> $Hex
Description:
Converts an integer to a hex string.
Action:
The Number parameter is converted to a hex number. The hex number
is returned as a character string.
Parameters:
%Number. Numeric expression. The number to convert to hex.
Returns:
String value. The hex number formatted as a string.
Notes:
N/A
Example:
%Num := 62
$HexNum := HEXSTR( %Num)
// $HexNum will contain the string ‘3E’
See Also:
STR, VAL
Vista de página 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 261 262

Comentários a estes Manuais

Sem comentários