Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Error calling a VI

Hi,

 

The attached application is very simple.

 

In VB I read a file of values and covert it to a numeric array.

 

In VB I want to display this array.

 

Why am I getting a mismatch error?

 

Thanks

 

0 Kudos
Message 1 of 2
(6,338 Views)

Hi Rafi2003,

 

Can you please post the exact error you're getting? Screenshot and/or text.

 

Line 63 might be the problem.

 

    paramVals(0) = SignalNumArray 

 

From the example posted elsewhere, you'll note they call Val() on the whole structure when they go to place it in paramVals, so I would try that. If that doesn't work, it's likely some strange Array issue. Let me know.

Jeff | LabVIEW Software Engineer
0 Kudos
Message 2 of 2
(6,313 Views)