Hi,
Newbie question/problem. I have a list of files which are being opened by fopen and the data within given to variables. This currently works fine but i have to manually edit the code to change the file i wish to read, currently in the form barXsideY.txt where X is a number and Y is a letter.
How would it be possible to use allow the user to choose bar number, X, and bar side, Y, and feed with user altered file name into fopen(filename,mode)?