I'm working with Compaq Pascal. The problem I'm having is when assigning a value to a variable of Double type (e.g. d := 12345678.9876543, I have place D0 at the end to make it double precision (d := 12345678.9876543D0). Otherwsie it will be treated as single precision. What I want to achieve is to find a way to make the value treated as double precision without adding the D0). Any help will be highly appreciated.
Shu
Shu