W
wk6pack
Hi,
I'm trying to use the remove method on a string but it doesnt seem to change
it.
name.remove(instr(name," ")-1,1)
If name = bon jovi, I would like bonjovi but I get bon jovi in the msgbox to
display it. I thought it suppose to remove the character space?
Am I doing something wrong?
thanks,
Will
I'm trying to use the remove method on a string but it doesnt seem to change
it.
name.remove(instr(name," ")-1,1)
If name = bon jovi, I would like bonjovi but I get bon jovi in the msgbox to
display it. I thought it suppose to remove the character space?
Am I doing something wrong?
thanks,
Will