Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BHELP On-Line: CBRIEF Macro Help - execute_macro ({command_name}, [parms], ...) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
execute_macro ({command_name}, [parms], ...)

     Usage: Executes a macro by name. If the macro is not present in
            memory, BRIEF will try to load it according to the BPATH
            environment variable. Cannot be replaced by a replacement
            macro.

Parameters: command_name .string. containing the name of a macro.
            Parameters (delimited by spaces) can be contained in
            command_name.  parms .string or int. are additional
            parameters to pass to the command. Note that integer
            parameters can be passed to the function either as regular
            ints or as string literals.

   Returns: The return value of the command executed.

See Also: load_macro autoload delete_macro

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson