[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|           SAVE MACROS           |
+---------------------------------+
SAVE MACROS TO <file name>
        | TO MEMO <memo field>

-----------------------------------
Saves keyboard macros to a file or to a memo field.
-----------------------------------

Keyboard macros are a series of keystrokes that are kept in memory.
When you EXIT FoxPro, any keyboard macros you've created are lost unless
you save them to a macro file or to a memo field.  You can save keyboard
macros to a macro file or memo field with SAVE MACROS and later restore
them from the same file or memo field with RESTORE MACROS.

Keyboard macros have no connection to the macro function &.

<file name>
        Saves the macros to the specified file.  Macro file names can be a
maximum of 8 characters long.  They must begin with a letter or
underscore, and may contain any combination of letters, numbers, and
underscores.  The file is assigned an .FKY extension.  If you assign a
macro file an extension other than .FKY, you must include that extension
in the RESTORE MACROS FROM command.

        Macros can also be saved to a file by choosing Macros... from the
System menu popup, then choosing Save.

MEMO <memo field>
        Saves the macros to the specified memo field.

-----------------------------------

See Also:  CLEAR, PLAY MACRO, RESTORE MACROS

-----------------------------------

See Also: CLEAR PLAY MACRO RESTORE MACROS
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson