I would like to create a custom linetype in AutoCAD 2004 which consists of more than 12 dash/space/dot definitions in addition to the complex linetype "text" feature. Does anyone know a way to get around this limitation? I prefer AutoCAD to Microstation in many respects, but the custom linetype capabilities of Microstation are SO much better than AutoCAD's in many ways. The linetype appearance I'm trying to achieve in AutoCAD is for use in utilities drawings. For example, one "Oil & Gas" line should look like: ____ - - ____ - - ____ OG ____ - - ____ - - ____ (Pretend this pattern is aligned. I'm not able to type it here in a straight line...) The code I'd LIKE to use is: *OG, OIL & Gas Line A,.644,-.125,.125,-.125,.125,-.125,.644,-.125,.125,-.125,.125,-.125,.644,-.2,["OG",Utils,S=0.125,X=-.13,Y=-.0625],-.2 However, this consists of 15 dash-space definitions which exceeds the allowable limit ofd 12. Unfortunately, I can't get the desired appearance by shortening the code. Shortening the code results in the "text" (OG) part of the linetype being spaced too closely together. I would like more repetitions of the pattern between the "OG" part of the linetype than AutoCAD allows. I've always been so frustrated by the primitive AutoCAD linetype capabilities, and hope that the definitions can someday be expanded. In the meantime, does anyone know any workaround to allow more dash-space definitions in between the "text" part? I'm aware of the MKLTYPE command, but that adheres to the same limitations in creating AutoCAD complex linetypes.