- Joined
- Aug 5, 2014
- Messages
- 205
Hello!
I have a really retarded question for you today. How to count actual characters in string? The only function i know is StringLength(), which returns string weight, which is okay when we deal with numbers or english letters, but when string has something foreign, something alien, it returns "2", "3" instead of a "1" per such character. Is there function for that? I sweeped whole hive and had no luck to find a solution for that.
Thank you.
I have a really retarded question for you today. How to count actual characters in string? The only function i know is StringLength(), which returns string weight, which is okay when we deal with numbers or english letters, but when string has something foreign, something alien, it returns "2", "3" instead of a "1" per such character. Is there function for that? I sweeped whole hive and had no luck to find a solution for that.
Thank you.