StrLen
Posted: Sun Feb 28, 2016 9:43 am
StrLen("Nome:WbHelp") is returning 11
StrLen("[color=#BLUE]Nome:[/color]WBhelp") is returnin 32
I think there should be a flag to consider or ignore the formatting characters.
To avoid that I had to write a recursive function to remove the formatting characters from the string and return the correct length, but I think it something should be fixed.
thanks
StrLen("[color=#BLUE]Nome:[/color]WBhelp") is returnin 32
I think there should be a flag to consider or ignore the formatting characters.
To avoid that I had to write a recursive function to remove the formatting characters from the string and return the correct length, but I think it something should be fixed.
thanks