LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using values (row and column) of property 'editpos'?

Hi,
The datatype of the 'editpos' property is variant an i didn't manage to transform this with 'Variant to data' to an array that i can work with.
Does anyone knows an example for this or any suggestion
to solve my 'little' problem?

Regards,
Sunny
0 Kudos
Message 1 of 2
(2,482 Views)
Sunny,
EditPos is a cluster of 2 I32. Use "Cluster to Array" conversion function to have an array.
"Variant to Data" can't be used to convert clusters to arrays.


LabVIEW, C'est LabVIEW

Message 2 of 2
(2,482 Views)