03-03-2007 05:48 PM
03-03-2007 10:25 PM
03-04-2007 09:11 PM
Hey intvsteve,
Thanks for trying to help. I had already tried using I32 as the type input for the "Variant to Data.vi" and it had not worked. I have even tried flattening the variant to a string and scanning the string. None of it has worked. For whatever reason, I'm getting a '4' back for the first element in my "Type String" array which indicates the type is a 64-bit integer. But that's not working for me either. I wonder if the problem has to do with this note in the Help for the Type Descriptors:
"Note The format in which LabVIEW stores type descriptors changed in LabVIEW 8.0. LabVIEW 7.x stores type descriptors in 16-bit flat representation. LabVIEW 8.0 stores type descriptors in 32-bit flat representation. The following information applies if you use the Convert 7.x Data mode of the Flatten to String function.Note The format in which LabVIEW stores type descriptors changed in LabVIEW 8.0. LabVIEW 7.x stores type descriptors in 16-bit flat representation. LabVIEW 8.0 stores type descriptors in 32-bit flat representation. The following information applies if you use the Convert 7.x Data mode of the Flatten to String function."
I'm using LabVIEW 8.0. Any other thoughts?
03-04-2007 09:30 PM
Hey intvsteve,
I had made a mistake! I found it and it works. Thanks again for your help!
03-05-2007 08:21 AM