SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎TARGET Object‎ > ‎target.strlib‎ > ‎

Trim


Platform Objects


Description

This will trim a given string.


Syntax


target.strlib.Trim(str, what, left, right)

str (input) - the input string
what (input) - not yet published
left (input) - the left bound where you want to trim
right (input) - the right bound of where you want to trim

Return value


This function will return a string.

See also

Platform Objects and Methods
Trim
Split
Mid