Hello,
I am working for a non-profit group. We put out a newletter on a weekly basis. Currently it sits on an asp page that I developed (limited asp skills) which pulls the articles from a database.
My boss asked if we could change the format so that we have a page similar to what MacNN does where it gives you a few lines of a story and then says click here to read full story.
I don't know an efficient way to do this, one thing I thougt that will work but seems shoddy at best is to take the body of the article, loop through it one character at a time grabbing 100 charcters (arbitrary number) and then keep looping grabing one character at at time until I get a space...
While I am pretty certain that would loop, I am sure there is a better way to do this...can someone give me an idea...
Thank you,
O
B unce!