danhodges99
IS-IT--Management
Hi all,
I need to get rid of the final two characters of a string, eg:
myString='14504'
mymyNewString='145'
If you see what I mean...
The string will be ever changing, so an't just chop out the '04', needs to be the last two characters, any help is greatly appreciated!
I need to get rid of the final two characters of a string, eg:
myString='14504'
mymyNewString='145'
If you see what I mean...
The string will be ever changing, so an't just chop out the '04', needs to be the last two characters, any help is greatly appreciated!