"Locate" in the program - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2) +--- Thread: "Locate" in the program (/showthread.php?tid=531) |
RE: "Locate" in the program - Pete - 06-14-2022 Cobol was the quintessential language for numbers. I use string math, a rather lengthy program I coded for numbers. I also used to use a rounding method for smaller needs, and with _INTEGER64 I now use this... Code: (Select All) WIDTH 50, 42 Press a key to view 5-screens of results. After that, it loops on its own to 1-million dollars or until you click the "x" to close the program. Pete |