06-02-2015 04:53 AM
hi,
i will try to converte variant to int array.but will get the following error.
Solved! Go to Solution.
06-02-2015 06:15 AM
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.