Just an oddity.
If you try to print an email address via the print command:?
It snags on the @ symbol because it is a macro marker.
So
Code:
  ? 'Or via email at emailaddress@domain.ext'  


Prints as
Code:
   Or via email at emailaddress

Should I use the ascii code for @?
Or is there some other alternative character I can use to display the @ symbol?