I tried that bit it wont work for my string for example:
I have to pass this (following) to my function:
c.Attributes.Add("ONMOUSEOVER", "popup(' Time :" & Time & " Event: " &
Hol & " Venue: " & Venue & " ','LightBlue');")
Now what I am trying to achive is the following result:
Time: TIMEVARIABLE
Event: EVENTVARIABLE
Venue: VENUEVARIABLE
That's where the request comes from with the new line.
Is it possible if yes how, I wasn't sure with your previous example why you
have " ; " after each line is that needed if yes why and how do I add it to
my example.