Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 148

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 147
5.5.1.6. WriteLine Function
WriteLine Function
Writes a line of text to a text file.
Syntax
WriteLine(fileID, lineString)
Parameters
Parameter Type Description
fileID double File ID received from OpenFile function.
lineString string The string to be written to the file.
Returns
None
Comments
None
Usage
NexScript
% open a file in write mode
fileID = OpenFile("C:\results.txt", "w")
WriteLine(fileID, "first line")
CloseFile(fileID)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 146
Seitenansicht 147
1 2 ... 143 144 145 146 147 148 149 150 151 152 153 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare