jkw119
Jan 21st, 2003, 09:26 AM
I am trying to name a text file, but i need to name it something that varies.
INPUTread = fopen("Type I-A.txt", "r");
How can I name the file = m_somevariablenum " Type I-A.txt" so that it would look somthing like this "399 Type I-A.txt"
Thanks,
INPUTread = fopen("Type I-A.txt", "r");
How can I name the file = m_somevariablenum " Type I-A.txt" so that it would look somthing like this "399 Type I-A.txt"
Thanks,