Help with macro

question about macro

i try to write a serie of action in a macro :

select
_invert
_hide
_Offset D D=38.1 _enter
_Offset D D=9.525
_trim
_enterEnd

But the series of action stop after the firts offset and i dont think the distance really works, maybe it just repeat the last i ve done.

I try an another one :

! _point _circle D D=6
_ArrayCrv I I-100 D D=120
_enterEnd

What i do wrong. I dont understand how to set options in command. If someone have a good tutorial i would be very grateful.

thank you

Hello- this may work, not 100% sure what you are shooting for:

_select
_Pause
_invert
_hide
_Offset Pause 38.1 Pause _Enter 
_Offset pause 9.525 Pause _Enter
_trim _MultiPause
_enter

-Pascal

1 Like