Is it possible to find the max number of letters in a string? or more specifically i need to do this:
Substring(**any string variable**), 1, (the third last letter of the string)
I need to find the number of the LAST letter in the string and then subtract 3 off of that. This also needs to work for a bunch of variables of different sizes (approxiamtely 500).
Thanx
Matrix141 |