I am trying to search this, but maybe I am not searching for the right
thing.
I have sql DB, and I have code to retrieve the information I want.
What I need is to be able to limit the number of charactures retrieved.
I am writing a pm system, and I want to display the first 50 charactures of
a post, then have the user click to read to get the rest of it.
example....
the post is abcdefghijklmno pqrstuvwxyz
but for the abbreviation of the post, i want it toshow abcdefghijklm.. ....
which would be 13
the retrieve i have is pm_message =
trim(pm1.fields .item("fieldnam e").value)
how would I constrict the return on this??
i would appreciate a solution, or a better way to search for it.
thanks
Bam
thing.
I have sql DB, and I have code to retrieve the information I want.
What I need is to be able to limit the number of charactures retrieved.
I am writing a pm system, and I want to display the first 50 charactures of
a post, then have the user click to read to get the rest of it.
example....
the post is abcdefghijklmno pqrstuvwxyz
but for the abbreviation of the post, i want it toshow abcdefghijklm.. ....
which would be 13
the retrieve i have is pm_message =
trim(pm1.fields .item("fieldnam e").value)
how would I constrict the return on this??
i would appreciate a solution, or a better way to search for it.
thanks
Bam
Comment