Visara Master Console Center Scripting Guide Manuale Utente Pagina 126

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 262
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 261 262

Commenti su questo manuale

Nessun commento