11-11-2010, 04:52 PM
Hi All,
I have a string like this
where newstr is a variable
I want to store the above string in a variable like this
Its giving me an error "Expected End of Statement"
can anybody tell me how to store the above string in a variable?
Thanks in advance.
Regards,
Reema.
I have a string like this
Code:
<A href="manage_contact_edit.htm?contactId=newstr>Edit</A>
where newstr is a variable
I want to store the above string in a variable like this
Code:
str = "<A href="manage_contact_edit.htm?contactId=newstr>Edit</A>"
Its giving me an error "Expected End of Statement"
can anybody tell me how to store the above string in a variable?
Thanks in advance.
Regards,
Reema.