whats this message
tw
-----Original Message-----
From: Tim Laureska [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 29, 2004 10:47 AM
To: CF-Talk
Subject: RE: first time array
I keep getting a message about the number of message lines being too
much (over 100)... is this a new CF talk list thing?
-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 29, 2004 10:08 AM
To: CF-Talk
Subject: RE: first time array
tim, then there is this GREAT
thing called a structure, play with this one...
<cfset me = structNew()>
<cfset me.myFirstName = "Tim">
<cfset me.myLastName = "Laureska">
<cfset me.myCity = "Da' Bridge">
<P>
<cfdump var="#me#">
<P>
Hello world, my name is <cfoutput>#me.myFirstName# #me.myLastName# and i
live in #me.myCity#</cfoutput>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

