PlayAkoya Posted August 11, 2015 Posted August 11, 2015 Look in the title! Example: createTimeValue = tostring("21 : 10") I hope there is a way!
Mr_Moose Posted August 11, 2015 Posted August 11, 2015 This should do the trick for you: createTimeValue = tostring("21 : 10") createTimeValue = string.gsub(createTimeValue, "%s+", "") Source: http://stackoverflow.com/questions/10460126/how-to-remove-spaces-from-a-string-in-lua
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