I'm trying to fine the length of a string. Once I have found the string length I want to remove the last two characters from that string and then send the remaining charecters to a variable that will be used in further processing. Here's an example of what I am trying to accomplish:
ex: If I had the following strings: "1ST", "21ST" and "101ST", I would like to remove the "ST" and retain the numbers.
As usual any help would be greatly appreciated!
Thanks-
ep
In reply to String Length
by ep