Hello
I have a procedure which has input parameter OleVariant.
For example procedure doSomething( p:OleVariant);
How is the easiest way to initialize an array and pass to the procedure.
I've tried to initialize dynamically the variable located at Variable List (object)
as one-dimensional array CreateVariantArray(0, 2), and afterward to declare values.
It doesn't work. I got error type mismatch at line: 'CreateVariantArray(0, 2)'
Also it couldn't automatically generate array on call doSomething ([1,2,3,4,5])
Any ideas?
Thank you.
What are you trying to test with this? Perhaps we can find you an easier way to do it.
Subject | Author | Latest Post |
---|---|---|