Sorry if this has already been answered but how would I call a method in file1.spin thats in file2.spin. Do I create an object file2 or the method that im wanting to call?
Hey bigirv! You'll need to declare the file2.spin as an object in the OBJ block of your file1.spin code. Then you can call methods from file2.spin from file1.spin using dot notation.
Comments
I'll get an example or link shortly.
Paul
For Example: where Start is a PUB method in file2.spin