home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / text / edit / FrexxEdA.lha / FrexxEd / fpl / MacroIO.FPL.README < prev    next >
Text File  |  1995-07-19  |  800b  |  26 lines

  1. ############################################
  2. File:        MacroIO.FPL
  3. Author:        Kjell Ericson/Daniel Stenberg
  4. Email:        FidoNet 2:201/328
  5. Short:        Save and load defined macros.
  6. Version:    1.4
  7. Date:        26.2.95
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type:         functions
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   SaveMacro() will let you choose a macro to save.  SaveMacro() adds a initial
  17. string at the top of the macro, that will be examined by LoadMacro().  This 
  18. string contains the hotkey for the macro.
  19.  
  20.   The functions can be reached from the menu (defined in Menu.FPL) where the 
  21. string: 'ExecuteFile("MacroIO.FPL", "SaveMacro();");' is defined.
  22.  
  23. HISTORY
  24.   1.3 The LoadMacro() function now usess a file name parameter.
  25.   1.4 Now exports the functions, to be used from Startup.FPL!
  26.