This is a discussion on Help regarding EQUIVALENCE within the Coding in General forums, part of the Development/Scripting category; Hello, I am not able to compile a code which uses "EQUIVALENCE". The error says " equivalence for 'vfrac' does ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Hello,
I am not able to compile a code which uses "EQUIVALENCE". The error says " equivalence for 'vfrac' does not match ordering of COMMON '__BLNK__' " I'm trying to use equivalence with COMMON attribute for the variables. The declaration looks like, COMMON VFRAC(10,10), F(10,10,3) EQUIVALENCE (VFRAC(1,1), F(1,1,3)) PLEASE HELP IN THIS REGARD |
| Sponsored Links | ||
|
|