I want to find a specific letter in a string:
String → “11892109” find 3rd letter of String “8”
SubStr(String,2,1)