AutoCAD Map 3D Developer
Welcome to Autodesk’s AutoCAD Map 3D Developer Forums. Share your knowledge, ask questions, and explore popular AutoCAD Map 3D Developer topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Pass an array from VBA to LISP

1 REPLY 1
Reply
Message 1 of 2
noambbb
320 Views, 1 Reply

Pass an array from VBA to LISP

I am using AutoCAD VBA with array.
I need to call a LISP function to pass a parameter (array).
How can I the pass an array from VBA to LISP?
I am using this expression: ThisDrawing.SendCommand "Myfunction"

Tags (2)
1 REPLY 1
Message 2 of 2
Peter2_1
in reply to: noambbb

usually, in Lisp you can call a function like this:

(myfunction param1 param2 param3)

e.g.

(calculate "Area" 2.3 12.8)

 

You have to know which parameter expects what content: a string or a real or other stuff

 

 

AutoCAD Map 3D 2023 German / Oracle

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


AutoCAD Beta