kor Posted July 3, 2013 Posted July 3, 2013 What function would allow me to get a count of how many characters are in a string. For instance. test1234 that contains 8 characters. So I would need something that returns an integer of 8.
Moderators Solution JLogan3o13 Posted July 3, 2013 Moderators Solution Posted July 3, 2013 (edited) Look at StringLen in the help file $string = "test1234" MsgBox(0, "", StringLen($string)) for example... Edited July 3, 2013 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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