Difference between revisions of "SET WP"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Specify the name of the word processor to be used when editing memos | Specify the name of the word processor to be used when editing memos | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[MEMLINES()]], [[MEMOLINE()]], [[MEMOEDIT()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOWIDTH]], [[SET MEMOWINDOW]], [[TEXTEDIT()]] |
Line 25: | Line 18: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set wp to "wm" | set wp to "wm" | ||
− | set memowindow off</ | + | set memowindow off |
+ | </code> | ||
+ | |||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|WP]] | [[Category:Set_Commands|WP]] | ||
+ | [[Category:Terminal Environment]] | ||
+ | [[Category:Terminal Environment Set Commands]] | ||
+ | [[Category:Memos]] | ||
+ | [[Category:Memos Set Commands]] |
Latest revision as of 16:00, 25 November 2009
Purpose
Specify the name of the word processor to be used when editing memos
Syntax
SET WP TO <expC>
See Also
MEMLINES(), MEMOLINE(), MEMOEDIT(), MEMOREAD(), MEMOWRITE(), MLCOUNT(), MLINE(), SET MEMOWIDTH, SET MEMOWINDOW, TEXTEDIT()
Description
The SET WP TO <expC> command is used to specify the name of an external word processing program that will be used to edit memo fields. All memos whether created by an external word processor or by the Recital default editor will be saved in ASCII format. The MEMOEDIT() function is not affected by this command.
NOTE: The external word processor will only be activated if MEMOWINDOW is set OFF.
Example
set wp to "wm" set memowindow off
Products
Recital