Call Subroutines from different prg files
Posted: Wed May 13, 2015 4:05 am
I have trying to write a program where I'd like the main to be as clearer as possibile: given that I have several long subroutines, each of them representing a different model, is it possible to store each subroutine in a different prg file and then call them in the main prg one? As, for example, you can do in C++ with classes (and functions).
Thank you in advance
Thank you in advance