Websydian v6.1 online documentationOnline documentation - Websydian v6.1

Trim

Scoped name

WSYBASE/StringFunctions.WebServer.Trim

WSYBASE/StringFunctions.Server.Trim

Interface

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

Description

Will trim leading and trailing blank spaces.

Platform specific notes

For iSeries implementations the string is trimmed for leading spaces and the length returned is the string without trailing blanks.