I have an overview page and a description page. The overview page displays only the first 500 characters using
left(rs("description"),500)
but this is cutting the text off in awkward places. So I wanted to use something such as <break> in the text. On the overview page, the string is output UNTIL it reaches the <break> command then it stops.
Is that sort of thing possible?
left(rs("description"),500)
but this is cutting the text off in awkward places. So I wanted to use something such as <break> in the text. On the overview page, the string is output UNTIL it reaches the <break> command then it stops.
Is that sort of thing possible?