|
-
Nov 6th, 2015, 05:24 AM
#1
Thread Starter
Member
Jump between loops
Hi all I'm in need of some help which I'm sure is very easy (but not to me). I need to read 2 text files and act on them independently. The first file is acted upon and data is sent to the top half of a form the second needs to be acted upon and sent to the bottom half text boxes etc.
So my for loop can read the first text file and deal with the data but how do I (at the same time) read the second file and act on that line by line.
By the way the form is real time Information which has time data and location data from 2 different sources and therefore can't be read one at a time.
If you need any of the For Loop code I will post it but basically
For Second Run of loop
Read Text File A Read Text File A
Line 1 of A Line 2 Of A
Handle A Data Handle A Data
Read Text File B Read Text File B
Read Text File B Read Text File B
Line 1 of B Line 2 of B
Handle B Data Handle B Data
Loop Loop
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|