Can someone look at this and tell me why it does not want to
name my array parts?

<cfif not ThisType EQ "#TypeCode#">
                <cfset ThisType = #TypeCode#>
                <cfset "#TypeCode#"=arrayNew(1)>
                <cfset ThisTypeCt=1>
                <hr>#Thistype#<hr>
        <cfelse>
                <cfset ThisTypeCt = #ThisTypeCt# + 1>
        </cfif>
        #ThisType#[#Rank#] = #subType#
        <cfset "#ThisType#[#Rank#]" = "#Subtype#">
        #ThisTypeCt#
        #SubType# #Rank#<BR>
</cfoutput>

<cfoutput>
<P>Is Seed an array? #IsArray(Seed)#</P>
<P>It has #ArrayLen(Seed)# elements.</P>
</cfoutput>

I seem to be running into trouble at this point:

<cfset "#ThisType#[#Rank#]" = "#Subtype#">


Thanks In Advance

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of the
individual or entity to which it is addressed.  This e-mail may contain
information that is privileged, confidential, and/or personal. If the reader of
this message is not the intended recipient (or the employee or agent responsible
to deliver it to the intended recipient), you are hereby notified that any
dissemination, distribution, or  copying of this communication is prohibited.
If you have received this communication in error, please notify us at the email
listed above.

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to