fileopen
基本解釋
- [計算機(jī)] 對話框樣本應(yīng)用程序
英漢例句
- 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.
返回一個Integer值,表示可由FileOpen函數(shù)使用的下一個文件號。 - FileOpen(1, "c:\example.txt", OpenMode.Output) Write(1, "Hello,") Write(1, "World!
例子,新建一個控制臺應(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ù)指定的記錄長度必須比存儲變量所需的實際字節(jié)數(shù)至少多兩個字節(jié)。