Re: [CFCDev] Using Introspection of methods on Init?

2006-03-05 Thread Shib71
There is a problem here:cfset ThisVal = Local.FunctionList[#Count#].NameYou don't need to hash Count.BlairOn 3/6/06, Peter Bell [EMAIL PROTECTED] wrote: I thought it might be nice to have a list of valid method names when initiating an object so I'd be able to make sure I didn't try to

RE: [CFCDev] Using Introspection of methods on Init?

2006-03-05 Thread Jim Davis
Title: Message This is one of the features my libraries: http://www.depressedpress.com/Content/Development/ColdFusion/DPLibraries/Index.cfm If you extend the root component youll get metadata caching which (at least so far) has scaled pretty well. The root component documentation is

RE: [CFCDev] Using Introspection of methods on Init?

2006-03-05 Thread Peter Bell
] On Behalf Of Jim DavisSent: Sunday, March 05, 2006 8:37 PMTo: CFCDev@cfczone.orgSubject: RE: [CFCDev] Using Introspection of methods on Init? This is one of the features my libraries: http://www.depressedpress.com/Content/Development/ColdFusion/DPLibraries/Index.cfm If you

RE: [CFCDev] Using Introspection of methods on Init?

2006-03-05 Thread Jim Davis
always seem to break when you try to show them to somebody.) Jim Davis From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Bell Sent: Sunday, March 05, 2006 10:25 PM To: CFCDev@cfczone.org Subject: RE: [CFCDev] Using Introspection of methods on Init? Hi Jim