Remote-processing CAMBASIC User Manual Page 143

  • Download
  • Add to my manuals
  • Print
  • Page
    / 208
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 207 208

Comments to this Manuals

No comments