K4stic Posted April 28, 2014 Share Posted April 28, 2014 how i can do with string formats the text intro * example: i have the text "Hello MTAsa" and they must make it *********** Link to comment
Castillo Posted April 28, 2014 Share Posted April 28, 2014 local myString = "Hello World" local myString = string.rep ( "*", myString:len ( ) ) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now