Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 176

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 175
5.5.3.8. NewEvent Function
NewEvent Function
Creates a new timestamped variable.
Syntax
variableReference NewEvent(doc, count)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
count double Initial number of the timestamps in the document.
Returns
Returns a reference to the new variable.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
temp = NewEvent(doc, 10) % creates a script-only variable
doc.NewVar = NewEvent(doc, 0) % creates a new variable in the file
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 174
Przeglądanie stron 175
1 2 ... 171 172 173 174 175 176 177 178 179 180 181 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag