skipping squares in the IMAGE section of a menu

Discussion in 'AutoCAD' started by The Real JD, Sep 21, 2004.

  1. The Real JD

    The Real JD Guest

    How do you skip squares in the IMAGE section of a menu?

    ***IMAGE
    **SHEETS
    [Title Sheet Setup - ]
    [ ***Exit***]
    [cadtool2(A1)]^C^C_tbseta1;
    [cadtool2(A0)]^C^C_tbseta0;
    [cadtool2(A3L)]^C^C_tbsetA3-L;
    [cadtool2(AL)]^C^C_tbsetA-L;
    [cadtool2(AP)]^C^C_tbsetA-P;
    [cadtool2(BL)]^C^C_tbsetB-L;

    I'd like the (AL) to be on the next line instead of at the end of the first
    row...
     
    The Real JD, Sep 21, 2004
    #1
  2. The Real JD

    Craig Guest

    Try this

    ***IMAGE
    **SHEETS
    [Title Sheet Setup - ]
    [ ***Exit***]
    [cadtool2(A1)]^C^C_tbseta1;
    [cadtool2(A0)]^C^C_tbseta0;
    [cadtool2(A3L)]^C^C_tbsetA3-L;
    [blank]
    [cadtool2(AL)]^C^C_tbsetA-L;
    [cadtool2(AP)]^C^C_tbsetA-P;
    [cadtool2(BL)]^C^C_tbsetB-L;


    Craig
     
    Craig, Sep 22, 2004
    #2
  3. The Real JD

    The Real JD Guest

    it worked :)
    Thanks!

     
    The Real JD, Sep 22, 2004
    #3
  4. The Real JD

    Craig Guest

    Your welcome

    Craig

     
    Craig, Sep 23, 2004
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.