Remote-processing CAMBASIC Manuel d'utilisateur Page 143

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 208
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 207 208

Commentaires sur ces manuels

Pas de commentaire