Angelo2449
Guest
hello to all and good year wishes,
I would like to load from lisp of line types, I tried something but it does not work.
At present, with a small program in lisp, I create the layers that I need:
continuing, as mentioned, I would like to load line types like the "hidden", "hidden2", etc.
How can I proceed?
Thank you.
I would like to load from lisp of line types, I tried something but it does not work.
At present, with a small program in lisp, I create the layers that I need:
Code:
(command "_layer" "_new" "rosso" "_color" "_red" "rosso" "")
(command "_layer" "_new" "blu" "_color" "_blue" "blu" "")
(command "_layer" "_new" "giallo" "_color" "_yellow" "giallo" "")
................
................
How can I proceed?
Thank you.