; error: bad argument type: consp nil

; error: bad argument type: consp nil

Anonymous
Not applicable
881 Views
1 Reply
Message 1 of 2

; error: bad argument type: consp nil

Anonymous
Not applicable

im using a program that auto generates drawings of 3d models etc, but it doesnt seem to be working!

macro as below

 

^C^C(km_vlxload "km_ch");kmch_vprj_new

0 Likes
Accepted solutions (1)
882 Views
1 Reply
Reply (1)
Message 2 of 2

dlanorh
Advisor
Advisor
Accepted solution

@Anonymous wrote:

im using a program that auto generates drawings of 3d models etc, but it doesnt seem to be working!

macro as below

 

^C^C(km_vlxload "km_ch");kmch_vprj_new


 

The error is likely caused by a function that requires a list as an argument not being passed an list.

I am not one of the robots you're looking for

0 Likes