|
Re: Access Classes from different file
Neal-
Quick question. Do you mean accessing the class or method outside the file? Because it seems your asking if you can access the method outside the file.
If you want to access the class, simply add the import to the top of the file.
If you want to access the method, you might have to look towards static methods.
P.S. I might be completely wrong, if so correct me.
buildmaster, I attempted to run your code... Its a no go, I think because method must be static.
__________________
|