home *** CD-ROM | disk | FTP | other *** search
- ;dBRIEF Sample Initials Macro - v3.10
- ;Do not change this macro (always overwritten by Setup).
- (macro _init
- (
- (extern autosave
- toggle_re
- )
- (color 0 7 15 7 15 0x80)
- (autosave)
- )
- )
- ;** Use this macro for additional customization.
- (macro INITIALS
- (
- ;** Put your changes here.
- (return)
- )
- )
- ;** Overwritable by Setup
- (macro default
- (
- (tabs 4 7)
- )
- )
- ;prg program extension
- (macro .prg
- (
- (tabs 4 7)
- )
- )
- ;** Sample External Command Interface
- ;(macro command_name
- ; (
- ; (string command_line_parm)
- ; (get_parm 0 command_line_parm)
- ; (dos (+ (+ "executable file" " ") command_line_parm)
- ; )
- ;)