Remote-processing CAMBASIC Instrukcja Użytkownika Strona 143

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 208
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 142
Commands - 110
RIGHT$
String Function
SYNTAX: n$ = RIGHT$(m$,p)
PURPOSE: To return the r ight– most p characters of m$ as a string.
REMARK S: If p is greater than or equal to LEN(m$), then m$ is returned. If p is zero, a null string is returned.
RELATED: LEFT$, MID$, LEN, INSTR
EXAMPLE: 10 A$ = "ABCDEFG"
20 PRINT RIGHT$(A$,3)
RUN
EFG
ERROR: < Data negative> for p
< Data > 255> for p
Przeglądanie stron 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 207 208

Komentarze do niniejszej Instrukcji

Brak uwag