Exchange Forum > Dcl Dialogs
Request Help! Standard Channels
Request Help! Standard Channels

#1

Theodorus Winata
Join Date:
11-15-2007
Hello Everybody,
Based on L-shapes by Trevor, I rewrote the program to Csp.lsp (Standard Channels). When I ran the program it left with the message: ;error: too many arguments. I checked the routine and couldn't spot the errors. Could you please run the program and tell me how to fix it? Thank you very much for your help.
 
Regards,
 
Theodorus Winata

Attachments  Csp.dcl    Csp.lsp  
Request Help! Standard Channels

#2

JPS
Join Date:
10-06-2007
This line:
 
(DrawCshape Depth Weight Mirror (atof InsAng))
 
Has 4 parameters.
 
This line:
 
(defun DrawCshape (Depth Weight InsAng /
 
Requires 3 parameters.
 
This causes the error:
 
; error: too many arguments
 
JPS
Request Help! Standard Channels

#3

Theodorus Winata
Join Date:
11-15-2007
JPS,
Thanks for pointing out the error, I really appreciate your help.
 
Cheerio
 
Theodorus Winata