I have constructed a program that draws data from a text file that I have specified, but I was interested in changing that aspect of the program. I wanted to sat up my file as a default file,and then allow the user to input the own file. Currently, I have the program set up in the followng way:
This item is declared as a global variable in the program.
static FILE *stream; //Acts as a pointer to a file
//Test run-Proves Testing Is Succesful
This item is in the open cvi callback function
err = GetFileInfo ("E0.txt", &Pointer);
All help is greatly appriecated. Thank you very muc
h.
EF