WriteQuad()

语法

Result = WriteQuad(#File, Number.q)
概要
Write a quad number (8 bytes) to a file.

参数

#File The file to write to.
Number.q The value to write.

返回值

Returns nonzero if the operation was successful and zero if it failed.

Remarks

Because of file buffering, this function may return successful even if there is not enough space left on the output device for the write operation. The file must be opened using a write-capable function (i.e. not with ReadFile()).

For an example see the CreateFile() function - with WriteQuad() only a quad number is written, instead of a string.

参阅

ReadQuad(), CreateFile(), OpenFile()

已支持操作系统

所有

<- WriteLong() - File Index - WriteString() ->