Autodesk toplines lisp routine

Autodesk toplines lisp routine

Anonymous
Not applicable
147 Views
3 Replies
Message 1 of 4

Autodesk toplines lisp routine

Anonymous
Not applicable
I downloaded "Rsview.lsp" lisp routine. However when trying to load, it gives an error message " invalid dotted pair". What should I do to correct it?
0 Likes
148 Views
3 Replies
Replies (3)
Message 1 of 4

Anonymous
Not applicable
I downloaded "Rsview.lsp" lisp routine. However when trying to load, it gives an error message " invalid dotted pair". What should I do to correct it?
0 Likes
Message 3 of 4

Anonymous
Not applicable
kamsoni wrote:

> I downloaded "Rsview.lsp" lisp routine. However when trying to load, it gives an error message " invalid dotted pair". What should I do to correct it?

You can't believe everything you read in TopLines.

Terry
0 Likes
Message 4 of 4

Anonymous
Not applicable
Post the LISP routine and let us see the code. It could be trying to doing
something as simple as this:

(+ .125 .125)

a simple typo when it should read:

(+ 0.125 0.125)

--
Kevin Nehls
remove -ns- for direct reply
kamsoni wrote in message ...
> I downloaded "Rsview.lsp" lisp routine. However when trying to load, it
gives an error message " invalid dotted pair". What should I do to correct
it?
0 Likes