You can't have more then 100 lines in a message. When you reply, delete
the parts of the original message that are not important to your reply.

Pascal

> -----Original Message-----
> From: Tim Laureska [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 29 juni 2004 16:47
> 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]

Reply via email to