WriteFloat

Category: Files

Back to System Functions


Signature

WriteFloat(fileHandle As Integer, value As Float)

Returns

Void

Description

Writes one 32-bit floating-point value at the current file position.

The file position advances by four bytes.

Example

WriteFloat(fileHandle, 1.5)