Multichannel-systems NeuroExplorer Manuale Utente Pagina 307

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 373
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 306
1 2 ... 302 303 304 305 306 307 308 309 310 311 312 ... 372 373

Commenti su questo manuale

Nessun commento