I have written a function that works really well for what it is intended, but I just realized that it will need to make calls to itself, and wondered if that is able to be done (first), whether is is a smart thing to do (second), and are there any potential pitfalls (third).
It is a function that places new members positions and then checks to see if the placement caused another member to cycle. When it does cause a cycle, then it automatically creates additional (re-entry) positions, but then it has to check to see if another cycle has been created, which is likely...
So I would need to call the function from within itself, and this could happen multiple times, as the membership position base expands, because the number of consecutive cycles doubles with each successive level.
I hope this makes sense, and it is probably unnecessary to explain all of this to just get the simple question answered, that is if it is in fact a simple question...
So, any help, suggestions, discouragements, etc.?
Looking forward to a speedy response from someone with the right answer, because I am at a point of needing to make this work, now...
thanks in advance
Douglas:?: