fileopen
常見例句
- Assigns an output line width to a file opened using the FileOpen function.
為用FileOpen函數(shù)打開的文件分配輸出行寬。 - Returns an Integer value representing the next file number available for use by the FileOpen function.
返回一個(gè)Integer值,表示可由FileOpen函數(shù)使用的下一個(gè)文件號(hào)。 - FileOpen(1, "c:\example.txt", OpenMode.Output) Write(1, "Hello,") Write(1, "World!
例子,新建一個(gè)控制臺(tái)應(yīng)用程序,寫入下面的代碼查看結(jié)果。 - The Macro-Virus prevention feature in WinStone anti-virus software eliminates the FileOpen, AutoExec, AutoNew and AutoOpen macros.
WinStone防病毒軟件中Macro Virus預(yù)防功能消除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函數(shù)中的RecordLength參數(shù)指定的記錄長(zhǎng)度必須比存儲(chǔ)變量所需的實(shí)際字節(jié)數(shù)至少多兩個(gè)字節(jié)。 - 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.
如果寫入的數(shù)據(jù)長(zhǎng)度小于FileOpen函數(shù)的RecordLength子句中指定的長(zhǎng)度,則FilePutObject將在記錄長(zhǎng)度邊界的范圍內(nèi)寫入后面的記錄。 返回 fileopen