At my school we use Visual Basic 6.0 and I wanted to try something that we learned about arrays and using notepad as a cheap database.
We would use thinks like:
Open "Filename.txt" For Input As #1
Input #1, strVARIABLE
lblVARIABLE = str VARIABLE
So basically it'd take the first line from the notepade, read it, and set strVARIABLEs name as that and then the form would display whatever was written there.
I got back home and tried to make a sort of quiz game but I have Visual basic 5.0 and whenever I try to put in Input it says "Input past end of file" but I don't know what that means :l
Any help would be great thanks