Can anyone let me know how to trim spaces from a string?
For Example:
String = "This is my string "
Is there a function that will do something like this:
newString = rTrim(String) ->Trim spaces from right
print(newString)
----Returns
“This is my string”
Thanks in advance…
[import]uid: 64343 topic_id: 29288 reply_id: 329288[/import]