> How to remove trailing space or space from field or text member. Is there
>trim or rtrim like function of C Language, in Lingo.
A function like this will do that:
on trimspaces t
return word 1 to the number of words in t of t
end
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]