Search found 1 match

by 3ddfreak
Wed Sep 14, 2016 12:22 am
Forum: Common Lisp
Topic: Passing commands to a function
Replies: 2
Views: 10843

Passing commands to a function

Hello, I have some Lisp code running in BricsCAD v11. After the upgrade to BricsCAD v16 I can't use my lisp code. This is the part that causes the issue. ; COMMAND (defun C:DASHEDLINEBLACK() (Draw "line" '("0" "BYLAYER" "ISO02W100" -1 0.3)) (princ) ) (defun Dr...