Denso RC5 Especificações Página 504

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 692
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 503
1 2 ... 499 500 501 502 503 504 505 506 507 508 509 ... 691 692

Comentários a estes Manuais

Sem comentários