The string operator & performs a string concatenation also the + operator.
str1 = "Advanced"
str2 = "QTP"
str3 = " is fun!"
MsgBox str1 & str2
MsgBox str1 + str2 + str3
Posted in VBScript
You must be logged in to post a comment.
A few months ago, I've posted an embedded screenshot solution at the following article. After QTP9.5 ...
Recent Comments