WriteDouble()

Syntax

WriteDouble(#File, Number)
Description
Write a double number (8 bytes) in the #File. The file must be opened with write feature (ie: not with ReadFile()).

For an example see the CreateFile() command - with WriteDouble() it just saves a double number instead of a string.

Supported OS

All

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