Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 308

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 307
5.5.14.2. Mid Function
Mid Function
Returns the specified substring.
Syntax
string Mid(string, nstartchar, nchar)
Parameters
Parameter Type Description
string string String parameter.
nstartchar double 1-based index of the start character.
nchar double Number of characters to select.
Returns
Returns the substring that starts at character nstartchar and contains nchar characters.
Comments
None
Usage
NexScript
sub = Mid("abcdefg", 2, 3)
% sub now is "cde"
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 306
Przeglądanie stron 307
1 2 ... 303 304 305 306 307 308 309 310 311 312 313 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag