1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 04:10:22 +00:00
qb64/CHANGELOG.md
Roland Heyder ce3c459dad Implements the _Bin$ function
Usage is analog to the legacy OCT$ and HEX$ functions.
2021-10-14 00:17:35 +02:00

506 B

QB64 development build - Changelog

New features

All platforms

  • Implemented 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.