Line feed in test output of email field (body text)
I have an email field that i want to send the output to my default mail client ie outlook so that i can preview it etc.
(rather than sending it directly out via Sendmail etc)
It works quite well and the email filed lets you set up both a headre and body and insert variables.
However the body text on previes is one giant string of info and i would like to insert a new lind (carriage return) through the text
In MS Excel you do this by inserted a Char(10) command.
But Ninox does not seem to like this..
Here and example of the text including the variable field names
{" Your job for " + Desc + " has been dispatched and should be with you soon " + " if you wish to talk to us about any aspect of your Order , then please email us etc etc etc " + " Please state the following job number when contacting us " + 'Job Bag' + " Thank you for choosing etc etc "}
Putting + to string the text togther is okay but does not give a new line
I've looked in 002 script reference under each heading but can't see anything
Can it be done in the email body of the mail field?
I know I can specify sperate fileda dn do it via sendmail but I do want a preview and just beore I send it I want to add vouchers to selecteed clients etc.
Reply
Content aside
- 4 yrs agoLast active
- 469Views