ReadSingle Method
Object List
Defined By: BinaryFile
Description:
Reads a 4-byte floating point number from the currently open file and sets the
passed in argument to the value of the number read.
Declaration:
Function ReadSingle(arg As Single) As Long
Details:
If the file is not open for reading, an exception will be generated. The
return value will be the number of bytes read, which will be 4 for a successful
read. If the "SwapBytes" property is True, the bytes of the number will be
"swapped" before returning.
See Also:
SwapBytes property