Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 309

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 308
5.5.14.3. Right Function
Right Function
Returns a substring that ends at the end of the string.
Syntax
string Right(string, nchar)
Parameters
Parameter Type Description
string string String parameter.
nchar string Number of characters in the substring.
Returns
Extracts right nchar characters from string, returns string.
Comments
None
Usage
NexScript
sub = Right("abcdefg", 3)
% sub now is "efg"
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 307
Przeglądanie stron 308
1 2 ... 304 305 306 307 308 309 310 311 312 313 314 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag