Anybody on this frequency who can solve the following:
A rather complex fortran77 coding shall rewritten for VB5. A fragment goes:
DIMENSION S(0: 12,0:12), P(0: 12,0: 12)
EQUIVALENCE (S,P)
I can read in the Fortan book what EQUIVALENCE means but I can't understand
what it does and how. Any ideas on how to code that in VB5?
Gunnar Borg/Sweden