Remote-processing CAMBASIC Manual de usuario Pagina 143

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 208
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 207 208

Comentarios a estos manuales

Sin comentarios