Code Red > AutoLISP (Vanilla / Visual)

A "223" bug in all the versions?

<< < (2/4) > >>

Cider:
Seems to be.

Try evaluating  (list (list 224 100 100))  in the VlIde /VisualLisp Console ---> works!


Kerry:
Yes I noticed that

(setq xxxxx (list (list 224 100 100)))  ;< - in VLIDE .. no error displayed


Command: _vlide
Command:
Command: !xxxxx
((224 100 100))
Application ERROR: Bad argument type

JohnK:
Weird!

JohnK:

--- Quote from: Cider on October 18, 2010, 01:49:35 AM ---<snip>
It's german, but the conclusion is, the error occurs when the result is presented on the screen.
Wiriting to a file gives no error.


--- End quote ---


That is weird!

*lol*
(mapcar '+ (list 224 100 100))

Cider:
but

(cons (mapcar '+ (list 224 100 100))a)

 :laugh:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version