I need to find the character at a specified position in a string. This is not the same as finding the position of a character, which is what I mostly found when searching for this answer.
Example:
Dim mystr as String
Dim odds as Integer
mystr = "9998675309"
odds = {character At position 2)...