lunargirrl
Programmer
Hello people,
I would like to remove the last character of my string.
e.G. LisaManson2 (i would extract only the character '2' of the string). I am trying to do:
mystr = (mystr- Right(mystr, 1))
It doenst work at all.
How could I do that??
TIA,
venus
I would like to remove the last character of my string.
e.G. LisaManson2 (i would extract only the character '2' of the string). I am trying to do:
mystr = (mystr- Right(mystr, 1))
It doenst work at all.
How could I do that??
TIA,
venus