Hello,
I'm not sure if that's something regarding Plato or FTN95, I think it's the first case so I'm writing here, but please correct me in case I'm wrong!
I created a project that involves a main fortran file and a series of other .f files that contain functions used in the main program. I have no problems in compiling and linking the files (at least it returns no errors). But when I launch the resulting .exe file, when the program encounters the first call function, the run stops with the 'Error 112: reference to undefined variable, array element or function result (/UNDEF)'.
Does someone have an idea of the reason, or what should I check? I'm still a newbie for FTN95/Plato so think also at stupid explanations 😃
Thanks