Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calling External Prodedures - Passing Arguments

Does anyone know of a way to call an external procedure from the macro language? And pass variables to it? And receive a value back?

From the macro language (either VB or VBScript, I don't care) I would like to call an external procedure, pass it two values, and have that procedure return a value.

Does anyone have examples of this?

I suppose I could store two values in a file, then invoke an external procedure to read those values and then create an output file to be read by the macro.

0 Replies