M
mcphc
I need some code to find the position of the last number character within a
string.
The string could be any length and may or may not have a number character.
for example a function that would do this:
pos = PosNum("Vessel 8 (2)") 'pos equals 11
Any ideas?
Thanks
string.
The string could be any length and may or may not have a number character.
for example a function that would do this:
pos = PosNum("Vessel 8 (2)") 'pos equals 11
Any ideas?
Thanks