Rapid-Q is a semi-OO multiplatform GUI/CONSOLE BASIC Compiler For Windows, Linux and several Unix flavours. It directly supports DirectX, Direct3D, MySQL, Sockets, CGI, and IDE w/Form designer. Its syntax is relatively close to QBasic, so porting your code shouldn't take long. No extra runtimes involved, the interpreter is embedded.
Sorry, I forgot to delete the condition of my first test. Shorter: if l <= hi and h >= lo then result = 1 Just for the crowd... I'm convinced you replaced it
... LOL... I do indeed feel foolish now. (after seeing how simple the solution was) Thank you for releasing my brain from the endless loop syndrome it was
'I'm not sure cause it was too simple ... $option explicit deflng lo = 2040, hi = 3060 defstr a function compare (l as long, h as long) as integer result = 0
... I think I may have worded my question incorrectly. I should have asked... What would be the fastest (<- keyword) way to determine if "any part or all" of
First off... Merry Christmas to all. I sincerely hope you are enjoying the holiday. Now onto my problem... for reasons unknown to me... I can not think of an