The Online-FAQ of www.yam.ch
Navigation
0 users online :: 0 Guests and 0 Registered
Most popular FAQs 
- Can I permanently save the position and size of ... (5 out of 5 - 1 Vote)
- Can I use YAM to read newsgroups from the ... (5 out of 5 - 1 Vote)
- I can't put my initials into or change the ... (5 out of 5 - 1 Vote)
- Basics about YAM's debugging facilities (5 out of 5 - 1 Vote)
- The GotoURL.yam Arexx script doesn't seem to work and ... (4 out of 5 - 1 Vote)
- Why are some columns of the mail listview always ... (3,5 out of 5 - 2 Votes)
- Doubleclicking an URL doesn't seem to popup my favourite ... (3 out of 5 - 2 Votes)
- Why does YAM crash or hang when I enter ... (2,5 out of 5 - 2 Votes)
Latest FAQs 
- Basics about YAM's debugging facilities (2010-08-30 10:30)
- Why is keyboard selection of multiple mails not working? ... (2010-08-29 10:52)
- I have automatic mail download/send on startup enabled, but ... (2010-02-23 11:28)
- When displaying an email with embedded soft-styles such as ... (2008-08-19 01:33)
- Is it possible to send an email to a ... (2008-06-26 17:51)
Sticky FAQs
ARexx
ID #1016
Why can't I send newline characters (0x0a) via the WRITEEDITOR Arexx command to YAM?
You can. But you have to escape such special characters like a newline or an escape (0x1b) character with some special char sequences like:
- *N subsitutes to a newline (0x0a)
- *E subsitutes to a esc char (0x1b)
- ** subsitutes to a *
- *" subsitutes to a "
For example the following command would write a string to a texteditor containing a newline:
'WRITEEDITOR "TEXT Hello Joe,*N I would like to meet you."'
Please note that this applies to all Arexx command arguments and that you have to use proper escape sequences like explained above.
Tags: -
Related entries:
- Why is YAM taking braces as in "[http://www.example.com]" as part of URLs?
- How can I setup YAM for different e-mail addresses?
- When I use Genesis, Yam always uses the Genesis user to choose the account. How can I change that?
- Doubleclicking an URL doesn't seem to popup my favourite webbrowser?
- The GotoURL.yam Arexx script doesn't seem to work and popup my webbrowser if I doubleclick on an URL. Why?
Last update: 2007-02-21 12:08
Author: Jens Langner
Revision: 1.0
You can comment this FAQ