-
Declaration:
- Function Real2Double(r : real48) : double;
-
Description:
- The Real2Double function converts a Turbo Pascal style real (6 bytes long) to a native Free
Pascal double type. It can be used e.g. to read old binary TP files with FPC and convert
them to Free Pacal binary files.
Note that the assignment operator has been overloaded so a Real48 type can be assigned
directly to a double or extended.
-
Errors:
- None.
-
See also:
Listing: refex/ex110.pp