Multichannel-systems NeuroExplorer Uživatelský manuál Strana 315

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 373
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 314
5.5.14.9. GetField Function
GetField Function
Returns the string field.
Syntax
string GetField(stringWithFields, fieldnumber)
Parameters
Parameter Type Description
stringWithFields string The string containing multiple data fields. The field is
a substring that does not contain spaces, tabs or
commas.
fieldnumber double The field number.
Returns
Returns the field with the specified number as a string. The field is a substring that does not contain
spaces, tabs or commas. For example,
GetField("One two 3 4", 3) returns "3".
Comments
None
Usage
NexScript
secondField = GetField("Neuro04a Neuron05b", 2)
% secondField now equals to "Neuron05b"
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 313
Zobrazit stránku 314
1 2 ... 310 311 312 313 314 315 316 317 318 319 320 ... 372 373

Komentáře k této Příručce

Žádné komentáře