Hi,
I'm doing some string contcatenation in my VB code for a report. I've used vbCrLf when I need a new line, and I'm wondering if there is a similar function that will do a backspace, ie remove the last character from the string?
My code would then look something like this:
ConcatenatedString = ConcatenatedString & backspaceFunction & NewText
Any help is appreciated!
I'm doing some string contcatenation in my VB code for a report. I've used vbCrLf when I need a new line, and I'm wondering if there is a similar function that will do a backspace, ie remove the last character from the string?
My code would then look something like this:
ConcatenatedString = ConcatenatedString & backspaceFunction & NewText
Any help is appreciated!