I simply stated I didn't have the time to figure it out and since it was
sooo simple could someone point me in the right direction... by the way
there are plenty of beginners and advanced people on this list...

        <cfset startnum=Find(' ', Reverse(left(MyText,301)) , 1)>
        <cfset outvar=#mid(Reverse(left(MyText,301)),startnum,300)#>
        #reverse(outvar)#

Here is my final bit of code for all of the beginners and those of us who
are too busy to have ALL of the answers.

:)

Nathan Stanford
PS. I will be at the cf_underground on the expert panel so sorry to have
bothered you.

<grin>



-----Original Message-----
From: Scott, Andrew [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 29, 2000 10:07 PM
To: CF-Talk
Subject: RE: Limit the output of words to 300 chars


*s* You are welcome to your comments, as I am welcome to mine!

But I just wanted to say that this is an easy thing that even the most basic
programers can figure out... but hey I guess CF attracts a lot of non
programmers then!!!!


regards

Andrew Scott
Senior Cold Fusion Application Developer



-----Original Message-----
From: Stephen M. Aylor [mailto:[EMAIL PROTECTED]]
Sent: 30 October 2000 14:39
To: CF-Talk
Subject: Re: Limit the output of words to 300 chars



Andrew,

Thanks for posting a possible solution.... but why bother if youre gonna
belittle?

STFW.... your a "seasoned professional" - lots of people are here to learn.

Lay off the cafe' and keep your arrogance to your small self.

Steve

----- Original Message -----
> on 10/30/00 1:35 PM, Scott, Andrew at [EMAIL PROTECTED] wrote:
>
> > Easy do a left(string,300) then reverse the string and find the first
space
> > get the position and then do a mid on that? Some of these quesations are
> > very basic programming skills guys!



----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to