Remote-processing CAMBASIC Instrukcja Użytkownika Strona 89

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 208
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 207 208

Komentarze do niniejszej Instrukcji

Brak uwag