01-16-2010 04:05 AM
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
01-18-2010 12:44 PM
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.