2019-12-13 04:12 UTC
Not sure where to start, I have library routines that allow you make dcl's on the fly rather than having multiple dcl's with just 1 change.
The Multi getvals allows you to have as many lines of input as you need from 1 line to screen size control around 20. It driven by 2 lines of code. It just uses a list for the line by line dcl.
I was looking for help as I have another Multi getval with an image so would like to use JPG I am looking for help where to start in opendcl and wether random input can be coded.
I have attached both lisps look in code for instructions, basically drag the multi getvals.lsp onto Autocad. Then paste the ans line.
The Multi getvals allows you to have as many lines of input as you need from 1 line to screen size control around 20. It driven by 2 lines of code. It just uses a list for the line by line dcl.
(if (not AH:getvalsm)(load "Multi Getvals.lsp"))
(setq ans (AH:getvalsm (list "This is heading" "Line 1" 5 4 "11" "Line2" 8 7 "22" "Line3" 8 7 "33" "Line4" 8 7 "4")))
I was looking for help as I have another Multi getval with an image so would like to use JPG I am looking for help where to start in opendcl and wether random input can be coded.
I have attached both lisps look in code for instructions, basically drag the multi getvals.lsp onto Autocad. Then paste the ans line.
