| 
 | 
WSYBASE/StringFunctions.WebServer.Trim
WSYBASE/StringFunctions.Server.Trim
| Field | Variable | ...as | Description | 
|---|---|---|---|
| StringSource | Input | Input | The string to be trimmed | 
| StringTarget | Output | Output | The trimmed version of the StringSource | 
| StringTargetLength | Output | Output | The length of the returned string | 
Will trim leading and trailing blank spaces.
For iSeries implementations the string is trimmed for leading spaces and the length returned is the string without trailing blanks.