Is there a way to
create a list of the variable names of instance data in the variables scope
without assembling it manually?
I thought I could do
this...
<cffunction
name="getVariablesKeyList" returntype="string"
access="public">
<cfreturn StructKeyList(variables)>
</cffunction>
...But of course in
addition to all the variable names, this function also adds to the list the
names of all the CFC's functions, the word "this", the word "variables",
etc.
Anyone got a better
idea or a UDF I can use? Thanks.
Jim
McMullen
Devlab,
Inc.
