WriteFloat()
Syntax
WriteFloat(#File, Number)Description
Write a float number (4 bytes) in the #File. The file must be opened with write feature (ie: not with ReadFile()).
For an example see the CreateFile() command - with WriteFloat() it just saves a float number instead of a string.
Supported OS
All