WriteDouble()

Syntax

Result = WriteDouble(#File, Number.d)
Description
Write a double number (8 bytes) to a file.

Parameters

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

Return value

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

Remarks

The file must be opened using a write-capable function (i.e. not with ReadFile()).

See Also

ReadDouble(), WriteFloat(), CreateFile()

Supported OS

All

<- WriteData() - File Index - WriteFloat() ->