LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

variant to numeric array

Solved!
Go to solution

hi,

       i will try to converte variant to int array.but will get the following error.

0 Kudos
Message 1 of 2
(4,680 Views)
Solution
Accepted by topic author GokulGKM

Have you tried to use the "Database Variant To Data.vi" ? 

 

Have you probed the variant data comming from the database?

 

Are you sure it is a array of numbers?

It could be an array of variants, and each variant is an array of number.

It could also be an array of variant, and each variant is an array of variant that represent a number.

These options it NOT the same as an variant that is a double array of numbers, as you are doing right now.

0 Kudos
Message 2 of 2
(4,657 Views)