WriteFloat()

Syntax

WriteFloat(#File, Number)
Description
Write a float number (4 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 WriteFloat() only a float number is written, instead of a string.

Supported OS

All

<- WriteDouble() - File Index - WriteInteger() ->