I am trying to reset the default values of function parameters through EFS code. I am able to use the FunctionParameter class to successfully set the defaults and then I have a button that uses the askForInput() function to allow the user to change the settings. One of my parameters allows the user to select "Reset defaults" and when that is selected I want to reset all the function parameters back to the initial defaults, which I am obtaining from a custom DLL. I have not found a way to reset the FunctionParameter variables in preMain to be able to accomplish this. Any help or suggestions on how to do this would be greatly appreciated.
Carl
Carl
Comment