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