03-06-2002 06:23 PM
03-06-2002 07:14 PM
03-06-2002 07:45 PM
03-02-2007 12:08 PM
I have a similar situation. Instead of displaying all the data at once I want to step through the data and compare each number with another number. Here is an example of what i am talking about. Lets say my text file contains the following
12345
56789
98765
54321
I want to go through each of these line and compare each number to a number inputed by a user. How would I step through the array?
03-02-2007 01:12 PM - edited 03-02-2007 01:12 PM
Use a For Loop with auto indexing enabled.
Message Edited by AndrewAlford on 03-02-2007 12:13 PM