boatdrinks
IS-IT--Management
I want to set the value of my variable as a hyperlink so I can call it into the body of an email that is being generated.
dim hyperlink as string
hyperlink = <a href="page.aspx">Click here</a>
How can I do this the right way?
dim hyperlink as string
hyperlink = <a href="page.aspx">Click here</a>
How can I do this the right way?