I have the situation where I am reading a large selection of text from a memo field in a database. I would like to display say, 60% of this text and have a hyperlink "Click here for more" which links to a page that shows the entire article.
I can do this using the MID function, which simply cuts off at a specified number of characters, which is a satisfactory solution unless the cutoff point is the middle of a word.
Therefore, is it possible to search through a text string and find the next space after a certain number of characters?
Cheers
sjf
I can do this using the MID function, which simply cuts off at a specified number of characters, which is a satisfactory solution unless the cutoff point is the middle of a word.
Therefore, is it possible to search through a text string and find the next space after a certain number of characters?
Cheers
sjf