You know that if isA() is only ever called from isC() then you can make it 
access="private"
D

-----Original Message-----
From: Paul Johnston [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 10:58
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] CFC's


> YOu could say:
> 
> <cffunction name="isC">
>       <cfset result = isA()>
>       <cfif result>
>               ...Do something...
>       </cfif>
> </cffunction>
> 

You know, I should try things before I ask questions... You just have to
call the function as normal from within the CFC.

Thanks anyway

Paul




-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to