Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how can I store a string with variable in it, in another variable?
#5
Solved: 10 Years, 9 Months ago
Work around Smile

try:
Code:
str = "<A href=" & chr(34) & "manage_contact_edit.htm?contactId=newstr>Edit</A>"

Here I am using the ASCII code of double quote, 34.

Try:
MsgBox str

To see the value of str
Reply


Messages In This Thread
RE: how can I store a string with variable in it, in another variable? - by smeepaga - 11-11-2010, 11:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Inserting variable values into Descriptive Programming Functions eske99 2 3,147 12-18-2015, 01:47 PM
Last Post: vinod123
  Can you please help me in QTP DP to pass the variable name anshika.agarwal 1 2,599 09-04-2014, 06:43 PM
Last Post: anshika.agarwal
  Assigning object properties to a variable using dp nmakkena 1 3,756 04-18-2014, 06:46 AM
Last Post: kgovadav
  variable is undefined: wscript shipu 1 4,368 01-09-2014, 07:23 AM
Last Post: basanth27
  How to retrieve ArrayList saved in Environment Variable Gautam26 8 4,462 11-07-2013, 08:26 PM
Last Post: ssvali

Forum Jump:


Users browsing this thread: 1 Guest(s)