acagto
Jul 29, 2009, 04:03 PM
I WROTE This en GW basic :
10 Print L
20 Input L
30 If L<10 Then goto 50
40 If L<20 Then goto 60
50 Print "L=text...."
55 Goto 100
60 Print "L=text...."
65 Goto 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
10 Print L
20 Input L
30 If L<10 Then goto 50
40 If L<20 Then goto 60
50 Print "L=text...."
55 Goto 100
60 Print "L=text...."
65 Goto 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





