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参数指定的记录长度必须比存储变量所需的实际字节数至少多两个字节。