09-06-2025, 12:57 PM
A Pause Function - cool. Perhaps we should add _Pause to our lexicon of QB64PE syntax. Thanks for that suggestion Steve
bplus, each of the inner Do Loops are drawing data from two different files, so the Do is actually Do While Not EOF(x)
Pete, I did have something similar using Inkey$ but I detected the MouseButton at the end of the main outer loop so things didn't go well. As mentioned the MouseButton didn't seem to be recognized. I should have had the Inkey$ and MouseButton work in tandem as you suggested. Not sure why I didn't think of that...too many beers.
I very much appreciate the help.
bplus, each of the inner Do Loops are drawing data from two different files, so the Do is actually Do While Not EOF(x)
Pete, I did have something similar using Inkey$ but I detected the MouseButton at the end of the main outer loop so things didn't go well. As mentioned the MouseButton didn't seem to be recognized. I should have had the Inkey$ and MouseButton work in tandem as you suggested. Not sure why I didn't think of that...too many beers.
I very much appreciate the help.

