Teledyne-lecroy Verification Script Engine (VSE) Manual Uživatelský manuál Strana 92

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 115
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 91
Teledyne LeCroy Verification Script Engine Reference Manual
Page 92 of 115
19.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.
Zobrazit stránku 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 114 115

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

Žádné komentáře