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

  • 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 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
Zobrazit stránku 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 207 208

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

Žádné komentáře