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

  • 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 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
Zobrazit stránku 150
1 2 ... 146 147 148 149 150 151 152 153 154 155 156 ... 372 373

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

Žádné komentáře