Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QEdit - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

    Jump
    -------------------------------------------------------------------------

    This is intended for use in macros.  It unconditionally jumps to the
    specified label within this macro.  You must define a label at the
    point in the macro to which you wish to branch, in the format "label:".
    The maximum label length is 15 characters.  For Example:

    A command to delete from the cursor position to the beginning of the
    line, assigned to the f10 key:

    f10 MacroBegin
                     begin:
                       CursorLeft
                       JFalse done:
                       DelCh
                       Jump begin:
                     done:

    This MUST all occur on ONE LINE in your QCONFIG.DAT file.

    See JTrue and JFalse for conditional jumping.

    This command was added in QEdit v2.1


See Also: JTrue JFalse Pause RepeatCmd Macro

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