My understanding of trim is that it removes leading and trailing spaces only
and not spaces on the interior. If the variables are url, then
urlencodedformat() function might be appropriate.
Seth


----- Original Message -----
From: "Judith Taylor" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 10:29 AM
Subject: Re: text box output truncation


> From my understanding of the TRIM() function, whenever it encounters a
> space, it then removes any and all following information if it exists.
>
> So, if you're wanting to have the "Brand new day" outputted correctly,
drop
> the trim() portion.
>
> Judith
>
> paul . put into words:
> >Hi Guys am experiencing a strange thing!
> >when I try to get the vakue from the dateabse into the text bos for
> >further editing .. the value for #meeting_name#gets truncated.. and am
> >getting results like"Brand" when i wanted that to be "Brand new day"
> >please suggest the code is Given down below
> >-thanks
> >-paul
> >-------------------------------------------------------------
> >
> ><tr align="left" valign="top" bgcolor="##FFFFFF">
> >               <td><b><font face="Arial, Helvetica, sans-serif"
> > size="2">Title</font></b></td><td> <font face="Arial, Helvetica,
> > sans-serif" size="2">
> >                 <input type="text" name="meeting_name" size="30"
> > maxlength="50" value=#rtrim(meeting_name)#>
> >                 </font></td></tr>
> >
>
> Judith Taylor
> ICQ: 67460562
> Freelance ColdFusion Developer
>
> Friends don't let friends code before coffee.
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to