Hi there,
I'm on the brink of writing classes, it's a new concept to me but I begin to understand the advantages over functions because you can have multiple instances of something.
However, I am developing functions/classes that will perform complex analyses on documents, and there are times when, during the execution of a function, a condition will be encountered that I want to call the function itself again.
I realize you could get in an endless loop, but is that even possible to call a function--or class-- within itself?
Thanks,
Sam Fullman
Compass Point Media