Just a guess:
Because you are setting the value of the function Fun1() to nothing?

Don't you want:

<cfset temp=fun1()>
<cfset temp=fun1()>

not

<cfset fun1()>
(which replaces the value of fun1() with null)?



On 6/9/06, Raymond Camden <[EMAIL PROTECTED]> wrote:
> Can you show us the real code?
>
> On 6/9/06, Daniel Baughman <[EMAIL PROTECTED]> wrote:
> > Anyone ever seen a situation like this:
> >
> > You define a function (some arbitrary function)
> >
> > <cffunction name="fun1">
> >                 HI
> > </cffunction>
> >
> >
> > And then can't call it twice in a row?
> >
> > <cfset fun1()>
> > <cfset fun1()>
> >
> > The second time it says that fun1 is not defined, but if you comment out the
> > first call the second runs fine..
> >
> >
> > If anyone has seen this, or is interested in how to recreate, let me know.
> >
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243058
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to