Hockrim
Guest
Hi, I created macros with autocads that require user input to work:
for example a macro to draw a polyline on layer 0 of magenta and width 6 is as follows:
^c^corto;on;-color;6;osmode;127;-layer;r;0;_pline;\6;6;\;orto;off;-colore;dalayer;
la \ is to indicate the input of the initial and final point by clicking on the user.
Now I should turn these macros into .scr files, but when I get to the character "\" tells me invalid input because it is not recognized as user input.
Is there a way to replace him?
thanks in advance.
for example a macro to draw a polyline on layer 0 of magenta and width 6 is as follows:
^c^corto;on;-color;6;osmode;127;-layer;r;0;_pline;\6;6;\;orto;off;-colore;dalayer;
la \ is to indicate the input of the initial and final point by clicking on the user.
Now I should turn these macros into .scr files, but when I get to the character "\" tells me invalid input because it is not recognized as user input.
Is there a way to replace him?
thanks in advance.