Hi all,
I'm in the process of converting a Fortran maths program of several hundred lines to Excel VBA. All is fine except for one line of the Fortran code. I haven't seen this code form before.
! ...
logical aa
real ( kind = 8 ) bb
real ( kind = 8 ) cc
real ( kind = 8 ) dd
real (...