Multichannel-systems NeuroExplorer Manual de usuario Pagina 307

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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
Vista de pagina 306
1 2 ... 302 303 304 305 306 307 308 309 310 311 312 ... 372 373

Comentarios a estos manuales

Sin comentarios