Name: Anonymous 2007-09-24 16:24 ID:RI/XE0Z9
[start]
input"";in$
for i=1 to len(in$)
select case mid$(in$,i,1)
case "a"
print"hi"
case "b"
'put code here
case "c"
'put code here
end select
next
print
goto [start]
fill in the blanks bitch.
input"";in$
for i=1 to len(in$)
select case mid$(in$,i,1)
case "a"
print"hi"
case "b"
'put code here
case "c"
'put code here
end select
next
goto [start]
fill in the blanks bitch.