@Fbaird wrote:
Please correct me if I am wrong but that won't for the program while it is running. It only works when the program is in edit mode and does not work on the run-time engine so not applicable if you want it to work in an exe. For me that is where I need it.
Might be what the OP is looking for though.
Be careful with your wording. A VI is a program. "Edit mode" should probably have a better name. You won't be editing your VI when the invoke node does its magic. You'll be at runtime. You just can't use this in a runtime engine as it would require modifying the exe. You can't use it while the executable is running. You can certainly use it when a program is running, given the correct environment.
If you're looking to modify those values in an executable, there are plenty of examples to help create either a basic ini file or a simple csv that will allow you to read in whatever data you'd please and fill the values. You can easily save data between different runs of the executable this way as others have mentioned.