Hello,
I have a variable that is longer than 20 characters and I need to grab everything that is after the 20th character.
Ex: 01234567890123456789Abacdr
I need to grab Abacdr
Also, I just put the letters after the numbers so it’s easy to see the characters after the 20th character.
Any ideas?
Thank you!