Visara Master Console Center Scripting Guide Instrukcja Użytkownika Strona 126

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 262
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 261 262

Komentarze do niniejszej Instrukcji

Brak uwag