Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 307

  • 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 306
5.5.14.1. Left Function
Left Function
Returns a substring that starts at the beginning of the string.
Syntax
string Left(string, nchar)
Parameters
Parameter Type Description
string string String parameter.
nchar number Number of characters in the substring.
Returns
Returns a substring that starts at the beginning of the string.
Comments
None
Usage
NexScript
sub = Left("abcdefg", 3)
% sub now is "abc"
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 305
Vue de la page 306
1 2 ... 302 303 304 305 306 307 308 309 310 311 312 ... 372 373

Commentaires sur ces manuels

Pas de commentaire