Teledyne-lecroy UWBTracer Verification Script Engine Manual Uživatelský manuál Strana 72

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 95
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 71
LeCroy Corporation Verification Script Engine Manual, version 2.2
18.2 CloseFile()
This function closes an opened file.
Format: CloseFile(file_handle)
Parameters:
file_handle File “handle”
Example:
set file_handle = 0;
file_handle = OpenFile(“D:\\Log.txt”); # Opens file.
# The previous contents are erased.
WriteString(file_handle, “Some Text1”); # Write text string to file.
WriteString(file_handle, “Some Text2”); # Write text string to file.
CloseFile(file_handle); # Closes file.
Page 72 of 95
Zobrazit stránku 71
1 2 ... 67 68 69 70 71 72 73 74 75 76 77 ... 94 95

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

Žádné komentáře