Hi all,
When you read data from a data file (txt file), how can you move the position pointer to the n row of the data (without reading each row again and again)?
For I am writing a program to put the n row of the data into an array, I am currently repeating
read (101,*)
n-1 times to get rid of...
Hi guys,
I am running model with a campus computer. I left it running the whole night and the next day I saw the display "The application has been idle for 823 min.", does that imply my computer is not running the program during that whole time at all? Is there anyway that I can avoid this...