Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
What is the proper way of saving/retrieve code properties to a bundle table?
For instance, for a processor, the "ProcessTime" and "SetupTime" properties can be of type "Unit" or "Code"
I was able to save the content of such properties to string columns using
myTable[row]["SetupTime"] = myProcessor.getProperty("SetupTime");for instance.
However, when I use object.setProperty... to retrive the value, the property field of the object appears "empty" and the processor does not respect the originally saved value/code.
Thank you for any clarification.
Solved! Go to Solution.