Skip to content

Documentation ARexxAPI WRITELETTER

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

WRITELETTER

NAME:: WriteLetter -- Load a file into the internal text editor.

TEMPLATE:: FILE/A,NOSIG/S

FUNCTION:: Loads a file into the internal text editor, completely replacing its current contents, if any.

INPUTS:: FILE/A - file to load; only a text file will be accepted\ NOSIG/S - prevent the addition of any signature (V2.0)\

RETURNS:: RC is set to 10 if the specified file could not be opened or if no Write window was previously specified as "active" with MAILWRITE.

NOTES::

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

 /* Load a file into the editor */
 WRITELETTER 'mail:templates/t2' NOSIG
 }}}

BUGS::

SEE ALSO:: MAILWRITE

Home

Getting Started

Troubleshooting

Advanced use of YAM

Cookbooks

Development

Clone this wiki locally