1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-27 21:07:47 +00:00
QB64-PE/CHANGELOG.md
2021-10-16 22:49:35 -03:00

504 B

QB64 development build - Changelog

New features

All platforms

  • Implement the _Bin$ function as counterpart to &B prefixed number strings. Usage is analog to the legacy OCT$ and HEX$ functions.

Fixes

All platforms

  • Fix "Duplicate definition" error with Static arrays in Subs/Functions with active On Error trapping.
  • Fix internal UDT arrays not resetting when a new file is loaded.