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蓡數指定的記錄長度必須比存儲變量所需的實際字節數至少多兩個字節。