lets say I have a string like this
Code: Select all
put "this, is, a, test" into sString
now, I want to go ahead and remove the white spaces after the second comma
I was looking at the documentations for LTRIM or TRIM but did not see anything. Suggestions on how to do this in LiveCode?
TIA