All public logs

Jump to navigation Jump to search

Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:35, 19 April 2022 BigRon55 talk contribs created page CINT (Created page with "The CINT function rounds decimal point numbers up or down to the nearest INTEGER value. {{PageSyntax}} : {{Parameter|value%}} = CINT({{Parameter|expression}}) {{Parameters}} * {{Parameter|expression}} is any TYPE of literal or variable numerical value or mathematical calculation. {{PageDescription}} * Values greater than .5 are rounded up. Values lower than .5 are rounded down. * ''Warning:'' Since CINT is used for integer values, the input va...")