This may sound trival but I just can't seem to figure it out on my own.


I have an output file that stores job infomation. Looks somthing like this:


[Job Info]

"Job#"

"Job Name"

[Calculations Type #1]

....10 colmuns of data....

..

..

..

[Calculations Type #2]

....8 columns of data....

..

..

and so on.


Is there a way to search for one of the labels and then start reading AND writing using that label as a base. I could use the Input and Write commands to read OR write to file but not both. I could use the Put and Get commands but they require a fixed row width. Please somebody help a newbie out!