Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 309

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 373
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 308
5.5.14.3. Right Function
Right Function
Returns a substring that ends at the end of the string.
Syntax
string Right(string, nchar)
Parameters
Parameter Type Description
string string String parameter.
nchar string Number of characters in the substring.
Returns
Extracts right nchar characters from string, returns string.
Comments
None
Usage
NexScript
sub = Right("abcdefg", 3)
% sub now is "efg"
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 307
Vue de la page 308
1 2 ... 304 305 306 307 308 309 310 311 312 313 314 ... 372 373

Commentaires sur ces manuels

Pas de commentaire