You know there is a
string.len
which returns how many characters in the string.I want something similar to that. That will return the size of the string in x position.
Like,
1
2
3
2
3
str = "Hey."
print(string.leng(str))
How to get these?
edited 1×, last 10.12.17 05:51:42 pm