03-09-2018 04:14 PM
Just to throw another bad idea out there that you shouldn't use....
Any class can be converted to or from XML using the XML LabVIEW Schema palette nodes. Simply construct your object one time, convert it to XML, and then make that XML a string constant that you then convert back into a class object!
... Seriously, don't do this. The entire point of class private data is that you can only get to it through accessors, so that your class can do its own internal data validity checks instead of relying on good data to come to it from the outside.
03-15-2018 08:51 AM
Paul, may you save it in 2015 LV version, please? Thank you.
03-15-2018 10:38 AM
@petrnowak wrote:
Paul, may you save it in 2015 LV version, please? Thank you.
Here