Friday, May 6, 2022

🪲 Fix to CINT Function

 CINT was behaving like INT.


INT truncates a number to the the next lowest integer.  CINT was doing the same thing. 

CINT is supposed to round numbers, which it now does.


No comments:

Post a Comment

🖥 "Schrafic" Fractals Generator

This program is a port and mod of a QB64 program created by Eric Schraf (and shared with the BASIC Programming Language group on Facebook:  ...