Denso RC5 Specifiche Pagina 504

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 692
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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.
Vedere la pagina 503
1 2 ... 499 500 501 502 503 504 505 506 507 508 509 ... 691 692

Commenti su questo manuale

Nessun commento