10-01-2022, 02:08 AM
I tried this, but it doesn't work:
get1:
k = _KeyHit
If k < 1 Then GoTo get1
get2:
l = _KeyHit
If l < 1 Then GoTo get2
n = k + l
Print l;
GoTo get1
Late edit: Thanks bplus; I didn't see your response til I edited my entry. I'll go and experiment with your explanation.
get1:
k = _KeyHit
If k < 1 Then GoTo get1
get2:
l = _KeyHit
If l < 1 Then GoTo get2
n = k + l
Print l;
GoTo get1
Late edit: Thanks bplus; I didn't see your response til I edited my entry. I'll go and experiment with your explanation.
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)
Please visit my Website at: http://oldendayskids.blogspot.com/
Please visit my Website at: http://oldendayskids.blogspot.com/