Overkill32
New Member
- Joined
- May 13, 2011
- Messages
- 49
Is there a function that can return the value of a specific character in a string or number acording to its position? Like i have the string "Hello", what can i use to return the third character "l"? Or if i have the number "100456", how can i return the third character (which is 0).
I know it's possible using a combination of left() or right() function but I was wondering if there were any user friendly function that would achieve the same task?
I know it's possible using a combination of left() or right() function but I was wondering if there were any user friendly function that would achieve the same task?