Denso RC5 Especificaciones Pagina 504

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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.
Vista de pagina 503
1 2 ... 499 500 501 502 503 504 505 506 507 508 509 ... 691 692

Comentarios a estos manuales

Sin comentarios