Remote-processing CAMBASIC Uživatelský manuál Strana 89

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 208
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 88
Commands - 56
HEX$
String Function
SYNTAX: n$ = HEX$(m)
PURPOSE: To return a hex representation of a number.
REMARK S: The value of m may range from 0 to 65,535.
If the number is 255 or less, HEX $ returns a two hex digit result. Larger numbers result in four hex
digits being returned.
RELATED: none
EXAMPLE: PRINT HEX$(127)
7F
PRINT HEX$(1280)
0500
ERROR: < Data negative> for m
< Data > 65,535> for m
Zobrazit stránku 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 207 208

Komentáře k této Příručce

Žádné komentáře