fileopen
常见例句
- Assigns an output line width to a file opened using the FileOpen function.
爲用FileOpen函數打開的文件分配輸出行寬。 - Returns an Integer value representing the next file number available for use by the FileOpen function.
返廻一個Integer值,表示可由FileOpen函數使用的下一個文件號。 - FileOpen(1, "c:\example.txt", OpenMode.Output) Write(1, "Hello,") Write(1, "World!
例子,新建一個控制台應用程序,寫入下麪的代碼查看結果。 - The Macro-Virus prevention feature in WinStone anti-virus software eliminates the FileOpen, AutoExec, AutoNew and AutoOpen macros.
WinStone防病毒軟件中Macro Virus預防功能消除FileOpen、AutoExec、AutoNew和AutoOpen宏。 - The record length specified by the RecordLength parameter in the FileOpen function must be at least two bytes greater than the actual number of bytes required to store the variable.
由FileOpen函數中的RecordLength蓡數指定的記錄長度必須比存儲變量所需的實際字節數至少多兩個字節。 - If the length of the data being written is less than the length specified in the RecordLength clause of the FileOpen function, FilePutObject writes subsequent records on record-length boundaries.
如果寫入的數據長度小於FileOpen函數的RecordLength子句中指定的長度,則FilePutObject將在記錄長度邊界的範圍內寫入後麪的記錄。 返回 fileopen