I am trying to count an Arrays length but I keep getting strange java
errors.
Here is what I'm doing.
<cfset SESSION.Testimonials = StructNew()>
<!--- Lets collect these values from the User; start blank --->
<cfset SESSION.Testimonials.business = "">
<cfset SESSION.Testimonials.business_ID = "">
<cfset SESSION.Testimonials.Health = "">
<cfset SESSION.Testimonials.Health_ID = "">
<cfset SESSION.Testimonials.Personal = "">
<cfset SESSION.Testimonials.Personal_ID = "">
<cfset SESSION.Testimonials.Financial = "">
<cfset SESSION.Testimonials.Financial_ID = "">
</cfif>
<cfoutput> #ArrayLen(SESSION.Testimonials)# </cfoutput>
This should return 8 I believe but it is not working. Am I missing
something? Can I not count an Arrays Elements in a session?
Thanks,
Neal Bailey
Internet Marketing Manager
UGA-Association Field Services
E-mail: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you are not the named addressee you should not disseminate, distribute or
copy this e-mail. Please notify the sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your
system. If you are not the intended recipient you are hereby notified that
disclosing, copying, distributing or taking any action in reliance on the
contents of this information is strictly prohibited. Thank you.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

