Skip to content

Documentation ARexxAPI WRITEFROM

Jens Maus edited this page Feb 13, 2017 · 1 revision

WRITEFROM

NAME:: WriteFrom -- Enter a name, address or alias into the "From" field of the Write window. (V2.0)

TEMPLATE:: ADDRESS/A

FUNCTION:: Enters a name, address or alias into the "From" field of the Write window, replacing its old contents, if any. YAM will resolve the name or alias looking in the address book.

INPUTS:: ADDRESS/A - name, address or alias

RETURNS:: RC is set to 10 if no Write window was previously specified as "active" with MAILWRITE or if an attempt is made to enter more than one sender.

NOTES::

EXAMPLE:: {{{#!arexx /* Set the active Write window */ MAILWRITE WINDOW 0

 /* Set the sender of a letter */
 WRITEFROM 'jdoe'
 }}}

BUGS::

SEE ALSO:: MAILWRITE

Home

Getting Started

Troubleshooting

Advanced use of YAM

Cookbooks

Development

Clone this wiki locally