strim(<string>)
string
A string value with leading and trailing white space characters removed.
<string>The string to be edited.
Returns the string value ’abc’.
string s = ’abc ’ string news = strim(s)
Functions:
low (string), nowhite (string), upp (string)