12-27-2010 07:32 AM
I have got something like 10 push buttons in my program where initially I have to set either true or false value from loading from the configuration file. Once I load from the config file and the initial settings are done then I will use the control of push button. Basically I need 2 set the initial settings by loading from configuration/text file.
Thanks
01-11-2011 02:04 PM
It sounds like you are trying to set the default value of a control. There are a couple of ways to do this. First, you can right-click on the control and select "Data Operations-->Make Current Value Default". Another option is to use the Value property node.
I do have a question about the configuration file that you are talking about. What are you trying to accomplish with this? How are you trying to use it?
Brandon T.
National Instruments