Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you check the amount of characters in a text?

Asked by
Dad_Bot 34
6 years ago

How would you count the amount of characters in a specific piece of text. I need to run code if the text is less than 40 characters.

1 answer

Log in to vote
1
Answered by 6 years ago

you can use string.len for that check length and run code if less then 40 characters

Ad

Answer this question