[thelist] ASP - Assigning to variables

Ken Kogler ken.kogler at curf.edu
Sun Dec 1 19:37:01 CST 2002


> I've tried
> objNewMail.Subject = "stem. message:"; SubjectLine

You'd want this:

  objNewMail.Subject = "stem. message:" & SubjectLine

HTH!
--Ken




More information about the thelist mailing list