I have this program I made and don't know how to make a nested loop where I can input data under names and then save the names and data. Can someone take a look and tell me how to do this. I would also like to get it into visual basic.
Printable View
I have this program I made and don't know how to make a nested loop where I can input data under names and then save the names and data. Can someone take a look and tell me how to do this. I would also like to get it into visual basic.
do you mean save into a .txt file? QuickBASIC could do this but not QBASIC, or as far as i'm concerned.Quote:
Originally Posted by exactajack
QBASIC and Visual Basic are virtually different forms of languages. Although vb uses .bas files, the syntax is different.Quote:
Originally Posted by exactajack
It already saves it to a text file. I just need to add a loop within the loop that is already there. Then I thought I would rewrite the whole program in vb