Hi @sullivanne
Try this:
sequence = "123456789" sixthDigit = sequence.Substring(5, 1)
Hope it helps!!