Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 151

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 150
5.5.1.9. CloseDocument Function
CloseDocument Function
Closes the specified document.
Syntax
CloseDocument(doc)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
Returns
None
Comments
None
Usage
NexScript
% this script prints the number of variables in the file
doc = GetActiveDocument()
Trace("document contains", GetVarCount(doc, "all"), "variables")
CloseDocument(doc)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 149
Przeglądanie stron 150
1 2 ... 146 147 148 149 150 151 152 153 154 155 156 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag