LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SafeArray manipulation

Hello,

I need help on getting attributes, values from ActiveX output in LabView. According to documentation of the ActiveX control, it returns SafeArray of String (it is a SQL ActiveX control). But I cannot find any way to convert the returned records to array of string.

Please, give me a help if possible. It is a deadline 😞

Thanks a lot
0 Kudos
Message 1 of 2
(2,683 Views)
SJ Buddy,

The function "Variant to Data" takes care of converting ActiveX data and safearray stuff to LabVIEW data. Did you try to use it to convert the variant to an array of strings? Wire the variant on input and an string array indicator on the output.


LabVIEW, C'est LabVIEW

Message 2 of 2
(2,683 Views)