From: TB Ryan
Subject: offset command in lisp
Date: 
Message-ID: <5kiB9.32149$46.26077@fe01>
Hi:

I am trying to use the AutoCad "offset" command in a LISP program I am
writing.  I am using a command:

(command "offset" offsetdist wallselected)

where offsetdist is a numerical value I have entered and wallselected is the
wall I have "picked".  When I run the command I don't get a chance to enter
the side I want to offset through???? The program simply ends with no offset
at all.  Any thoughts??
From: Martti Halminen
Subject: Re: offset command in lisp
Date: 
Message-ID: <3DD5B1D8.78FF832A@kolumbus.fi>
TB Ryan wrote:

> I am trying to use the AutoCad "offset" command in a LISP program I am
> writing.  I am using a command:
> 
> (command "offset" offsetdist wallselected)

This newsgroup is mostly concerned with "stand-alone" Lisp programming,
usually in Common Lisp. You would probably find more AutoLisp experts in
comp.cad.autocad.

--