06-30-2014 07:26 AM
When you use the "Replace array subset" primitive, there must be an element to replace otherwise nothing will happen. Try to intialize the array with empty string and run the code again, you will see the difference.
06-30-2014 08:29 AM
Ahh, I see. I always forget to initialize the array first. Thanks for your sugggestion.
07-23-2014 03:35 PM
Hi guys,
Need your LabView wisdom. The requirements have changed with my VI and I am back to the drawing board:
I've changed the VI from an Array Cluster of two elements (string and double) to an array of booleans using the label and caption as my data holders. My question is, some of the GUI is taken up by buttons and text that needs to be there, so is there anyway to dynamically size the array, buttons, and font size based on how many rows and columns there are in my array? Or does anyone else have a better solution?
07-23-2014 03:44 PM
If you attach a zip full of VIs without a project file, at least tell us the name of the toplevel VI. Are we supposed to open all 44 files and start guessing?
07-23-2014 03:47 PM
Sorry about that. The TopLevel VI is called Create INI for mold base.vi.
I haven't gotten around to rename my VIs yet...