Message 1 of 5

Not applicable
12-27-2017
02:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a variable "PanelNumber"
This may equal "123" or "A123" or "B123" or "C123" etc..
I want to look at the variable and if the first character of the string is a letter run subprogram "program1" or if the first character is a number then run subprogram "Program2"
Is this possible? I am able to strip and return the first character, but unsure how to determine if its a letter of number.
Thank you in advance!!
Solved! Go to Solution.