Visara Master Console Center Scripting Guide Uživatelský manuál Strana 126

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 262
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 261 262

Komentáře k této Příručce

Žádné komentáře