Hello everyone,

I'm looking to have a macro on my toolbar that will draw a pline that has a line width thickness and then reset the width back to "0".

This is what I started with

Code:
^C^C_pline;\w;0.1875;;
I found this on the web, but it only draws six segments and if I try to end it after only one segments I get a message "invalid point. Specify start point" and then click enter twice to end the command.

Code:
^C^C^C_pl;\\;_pe;l;w;25;;_pl; \;_pe;l;w;25;;selectsimilar;l;;_m;0,0;0,0;_pe;l;j;p;;;_pl; \;_pe;l;w;25;;selectsimilar;l;;_m;0,0;0,0;_pe;l;j;p;;;_pl; \;_pe;l;w;25;;selectsimilar;l;;_m;0,0;0,0;_pe;l;j;p;;;_pl; \;_pe;l;w;25;;selectsimilar;l;;_m;0,0;0,0;_pe;l;j;p;;;_pl; \;_pe;l;w;25;;selectsimilar;l;;_m;0,0;0,0;_pe;l;j;p;;;
Thanks,

Cadd4la