I have a VB code that generates a string. I need to remove the last character from the string - it is a ")".
I was trying to use the left command, but because it is a variable length string, i can't assign ONE number for the Left(....,#).
Any suggestions? Ideas?
Thanks
I was trying to use the left command, but because it is a variable length string, i can't assign ONE number for the Left(....,#).
Any suggestions? Ideas?
Thanks
Comment