RE: Recursive UDFs ?...

2003-01-06 Thread Adam Reynolds
Have a parameter as input to the UDF that tells you that you are. -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED]] Sent: 06 January 2003 14:18 To: CF-Talk Subject: Recursive UDFs ?... Is there a way to tell if you are calling a recursive UDF from within the UDF?

Re: Recursive UDFs ?...

2003-01-06 Thread Jon Hall
How about calling the UDF with an extra parameter only when you do the recursive call? Then test the length of the arguments array to see if the function was called by itself or from outside? -- jon mailto:[EMAIL PROTECTED] Monday, January 6, 2003, 9:17:31 AM, you wrote: TS Is there a way to