lunargirrl
Programmer
Hi, I know this may be easy, but I dont find the right way to make that 
dim str as string
str = myuser001
I'd like to have myuser as result, removing the 3 last characters (the number 001 of my string).
The string size can variate, but always the 3 last charac. should be removed.
TIA!
dim str as string
str = myuser001
I'd like to have myuser as result, removing the 3 last characters (the number 001 of my string).
The string size can variate, but always the 3 last charac. should be removed.
TIA!