Example: I have a polyline that is made up of several lines and arcs. It's total length is ~3000 feet. I'd like to break that pline into 16 equal length pieces. - I've done that manually with a few different polylines already today. Now it seems as though I may have to do it a few more times and it's time consuming. - Is there a feature already built in to AutoCAD 2002 or is this a situation that needs a lisp routine? - Another possible solution would be to create an array of blocks along that polyline. It seems as though the built in array options are only straight line and circle arrays. But it seems as though a lisp routine is likely available for a polyline array.