06-13-2011, 08:06 PM
Hi,
How can I concatenate a string variable with " (double quote)??
For example:
strValue1 = "The link is "
Now I want this string to be" "The link is "Click Me"."
for that I would want "Click Me". to be appended to the strValue1 string.
How do I do that with QTP? Is it even possible to have " in your string?
Thank you!
Moderator Note: Here are the Two ways to Escape (or Concatenate) a double quote in VBScriptÂ
How can I concatenate a string variable with " (double quote)??
For example:
strValue1 = "The link is "
Now I want this string to be" "The link is "Click Me"."
for that I would want "Click Me". to be appended to the strValue1 string.
How do I do that with QTP? Is it even possible to have " in your string?
Thank you!
Moderator Note: Here are the Two ways to Escape (or Concatenate) a double quote in VBScriptÂ