I WROTE This en GW basic :
10 Print L
20 Input L
30 If L<10 Then go to 50
40 If L<20 Then go to 60
50 Print "L=text...."
55 Go to 100
60 Print "L=text...."
65 Go to 100
100 Print F
110 Input F
etc...
I tried to program this en Visual Basic 2008 but I canīt. Can anyone help me giving the code? Thanks a lot
