03-16-2023, 03:23 PM
(03-16-2023, 02:09 PM)mnrvovrfc Wrote:(03-16-2023, 03:32 AM)SMcNeill Wrote: Here is some more stuff I have done without S.I.C.K.
What if there's more code to execute which is not shown?
(Allowing someone to put the rabbit ears behind my head while I'm not noticing.)
In that case, simply do:
Code: (Select All)
foo
Sub foo
Do
For A = 1 To 10
For B = 1 To 10
If Len(InKey$) Then Exit Sub
Print A; B;
Next
Print
Next
Loop
End Sub