Hi: I'm looking to get values from numeric boxes using GetCtrlVal() and then store those values in a created file. I know I need to use: FILE *variable, sprintf(), and fopen() but I'm not quite sure how it is all integrated. Any help is appreciated...thank you.
An alternative approach to fopen and so is the use of Formatting and I/O library functions. You can look at samples\app\atedemo.prj example that uses OpenFile and WriteFile functions to store test results collected from an automated test equipment software.
The online help for file I/O functions is quite explicative and should be enough for you to understand function usage in the sample project and so starting your coding.