Page 1 of 1

Recursive functions with dynamic names?

Posted: Wed Jun 01, 2005 9:02 am
by Chris Corbyn
Is there a way to make a function call itself (recursing) without hard-coding the function name in procedural code?

I do use recursion a fair bit and it would be quite useful when it comes to renaming function etc if I dont have to search+replace for the function calls :)

I'm almost certain it's not possible although I do recall somebody referring to "dynamically named functions"...

Thanks guys,

-- Tired here at work *yawn* :cry:

Posted: Wed Jun 01, 2005 9:24 am
by JayBird

Posted: Thu Jun 02, 2005 6:48 am
by Chris Corbyn
Yep that helps thanks :)