WriteDouble()

Syntax

WriteDouble(#File, Number)
Description
Write a double number (8 bytes) in the #File. The file must be opened using a write-capable function (i.e. not with ReadFile()).

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

Supported OS

Windows, Linux, MacOS X (x86)

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