below is a description of a loop that i've been trying to do..any help would be appreciated.
I want a loop to read a random type file from the beginning to the end and each time it finds an entry it prints it into a label.caption on my form.
For example let say my file consist of names ( a.name) and number ( a.number). I want that label1 has the value of a.name and label2.caption has the value of a.number, both from the first record of my file. when its done I want it to loop and print in label3 and label4 the values of the second record in my file for a.name and a.number and so on for the rest of the file.
Thanks in advance !
I want a loop to read a random type file from the beginning to the end and each time it finds an entry it prints it into a label.caption on my form.
For example let say my file consist of names ( a.name) and number ( a.number). I want that label1 has the value of a.name and label2.caption has the value of a.number, both from the first record of my file. when its done I want it to loop and print in label3 and label4 the values of the second record in my file for a.name and a.number and so on for the rest of the file.
Thanks in advance !