inm101 Posted July 23, 2009 Posted July 23, 2009 I need to pull the first letter out of a word. For example, if the word is "apple" I need the "a". I could use string trim but I'm not going to know the word length ahead of time. What's the best way to approach this? I could also use an array and pull out the first element but that seems like overkill.
inm101 Posted July 23, 2009 Author Posted July 23, 2009 Stringleft. Check the help file.Got it!That's what I needed. I should have read it more closely - thank you.
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