03-04-2023, 05:34 PM
(03-04-2023, 08:58 AM)mnrvovrfc Wrote: QB64 Wiki is your friend.
https://qb64phoenix.com/qb64wiki/index.php/SWAP
(Example #3)
I didn't even think to look in the Wiki. I need to remember that thing contains more than just command information. Thank you.
@mdijkens - Thank you for the code. I'll give it a whirl.
@RhoSigma - I knew codeguy did this work some time back and have a text file with some of his work in it. This link is much better than what I have. Thank you.
@SMcNeill - Speed is crucial in my use case. This may need to be done up to 60 times per second depending on the implementation. However keeping it to once per second is the goal. I'll give your method a whirl and see what the result is.
Thanks for the replies everyone.