Type Mismatch when Using char(13) in VBScript in outlook Form

A

Amir

Type Mismatch when Using char(13) in VBScript in outlook Form.
Just having this line creates error:
a = char(13)

or ANY char does not work.
HOW to go around that?

I tried:
vbcrlf
System.Enviroment.NewLine
char(13) & char(10)

none worked

Please help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top