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

  • 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 180
5.5.3.13. CopySelectedVarsToAnotherFile Function
CopySelectedVarsToAnotherFile Function
Copies selected variables from one file to another.
Syntax
CopySelectedVarsToAnotherFile(fromDoc, toDoc)
Parameters
Parameter Type Description
fromDoc documentReference Reference to the document. The variables are
copied from this document.
toDoc documentReference Reference to the document. The variables are
copied to this document.
Returns
None
Comments
None
Usage
NexScript
fromDoc = OpenDocument("C:\Data\File1.nex")
toDoc = OpenDocument("C:\Data\File2.nex")
% copy all events from fromDoc to toDoc
% first, select all events
SelectAllEvents(fromDoc)
% call CopySelectedVarsToAnotherFile
CopySelectedVarsToAnotherFile(fromDoc, toDoc)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 179
Zobrazit stránku 180
1 2 ... 176 177 178 179 180 181 182 183 184 185 186 ... 372 373

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

Žádné komentáře