From: "Carlos Simmerling"
Subject: Re: addles
Date: Mon, 14 Apr 2003 12:22:29 -0400

sorry for the delay in tracking this down.
there is a limit to the length of an individual line.
the line can be 80 characters. however, if you
want a command to be longer than 80
characters, add a "-" to the end of the line
as a continuation mark, then continue on the
next line. I'll use your input as an example:

spac numc=2 pick #mon 18 19 | #prt 613 622 | #prt 540 542 | -
#prt 520 520 | #prt 640 640 | #prt 573 575 | #prt 554 554 | -
#prt 579 579 done

this should work, let me know if it does not.
Carlos