Hi,
you could cut a string of at a certain position (Check command: substr in PhPbuilder manuals). But this would not give you words.
For words maybe you could do a query, and explode (=command) the reslt by space, and display onle the first 20 values in the array?
J.