Forum: Lua/XML Help
10-01-22, 04:11 PM
|
Replies: 5
Views: 771
If you are talking about strings with just a...
If you are talking about strings with just a bunch of spaces in you could used ( strtrim(string[, chars]) - Trim leading and trailing spaces or the characters passed to chars from string. ) and then...
|