Hi,
How can i write the following string concatenation in a short form:
strValue = strValue & "Hello"
Tried strValue &= "Hello" but it doesn't work.
Please excuse me for my basic question but i am new to VB.
Thank You for your help.
How can i write the following string concatenation in a short form:
strValue = strValue & "Hello"
Tried strValue &= "Hello" but it doesn't work.
Please excuse me for my basic question but i am new to VB.
Thank You for your help.
Last edited: