Hi to all,
Is it possible to call a method from within another in the same Class?
I have code that will be repetitive that will be called by a number of methods within the same class. Instead of rewriting the same code when needed, I'd like to call on one method to do the job.
I have experimentad but when I go to Build I see an error indicating it is not defined - how do you define a method within the class it's in??
Hope this makes sense.
Pete
Is it possible to call a method from within another in the same Class?
I have code that will be repetitive that will be called by a number of methods within the same class. Instead of rewriting the same code when needed, I'd like to call on one method to do the job.
I have experimentad but when I go to Build I see an error indicating it is not defined - how do you define a method within the class it's in??
Hope this makes sense.
Pete