Denso RC5 Spezifikationen Seite 504

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 503
15-56
HEX$ (Function) [Conforms to SLIM]
Function
Obtains a value converted from a decimal to a hexadecimal number as a
character string.
Format
HEX$ (<Expression>)
Explanation
This statement converts the designated value in <Expression> from a decimal
number to a hexadecimal number and converts the value to a character string.
Explanation: If an argument is not an integer, the argument is rounded
down to an integer which does not exceed the value prior
to conversion.
Related Terms
BIN$, CHR$, STR$, VAL
Example
DIM li1 As Integer
DEFSTR ls1, ls2
ls1 = HEX$(20)
'Converts 20 to a hexadecimal number and assigns it to ls1.
ls2 = HEX$(li1)
'Converts li1 to a hexadecimal number and assigns it to ls2.
Seitenansicht 503
1 2 ... 499 500 501 502 503 504 505 506 507 508 509 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare