I am trying to put custom properties in a TDM file under LV 7.1. The NI website info tells me to use
LabVIEW 7.1\vi.lib\platform\storage\Storage.llb\_saveProperty.vi
and this works fine. However, I also have some arrays that I want to store as properties. I have tried the _savePropertyArray.vi, but that returns an error -2550. What should I use to save arrays?
Thanks for your help.