salve ragazzi!
ho un problemino... ho completato un form semplicissimo che invia un'email tramite outlook o cmq un programma del pc di posta elettronica

e ho questo problema:

on (press) {
getURL(mailto add name add "?subject=" add subject add "&body=" add "Name: " add Naam add newline add "Surname: " add Achternaam add newline add "Adress: " add Adres add newline add "Zipcode: " add Postcode add newline add "City: " add Woonplaats add newline add "Tel: " add Telefoon add newline add "Fax: " add Fax add newline add "E-mail: " add Emailadres add newline add newline add "Remarks:" add Newline add Opmerking add Newline add Newline add "Options:" add Newline add Options add Newline add Newline add "Mailtype:" add Mailtype);
}

il newline .. non mi funziona.. ossia.. mi scrive tutte le info in un'unica riga... come posso fare ? c'è un altro comando ?