skipping squares in the IMAGE section of a menu

  • Thread starter Thread starter The Real JD
  • Start date Start date
T

The Real JD

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...
 
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
 
it worked :-)
Thanks!

Craig said:
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

The Real JD said:
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...
 
Your welcome

Craig

The Real JD said:
it worked :-)
Thanks!

Craig said:
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

The Real JD said:
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...
 
Back
Top