J
Jeff Thies
I'm trying to format an email message. The message has line breaks in
it. How do I do this in VBScript?
Is there anything like a heredoc?
$msg = <<this_msg;
anything
you want
here
this_msg
Jeff
it. How do I do this in VBScript?
Is there anything like a heredoc?
$msg = <<this_msg;
anything
you want
here
this_msg
Jeff