Hope some one can help.
I'm pulling some records back from a SQL db theres no problem there using <%= objRS("record" %>. easy no problem.
I want to limit how many charactors are displayed from this record so instead of;
"this is a long long record and i don't want all of it"
I want some thing like;
"this is a long long record"
I thought that the trim function would do it.... I was wrong!
Any one help?
I'm pulling some records back from a SQL db theres no problem there using <%= objRS("record" %>. easy no problem.
I want to limit how many charactors are displayed from this record so instead of;
"this is a long long record and i don't want all of it"
I want some thing like;
"this is a long long record"
I thought that the trim function would do it.... I was wrong!
Any one help?