1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/CHANGELOG.md
Roland Heyder c48bf6776e Fixed LOC function for files
Will correctly return zero (0) now for just opened but yet untouched files.
2021-10-22 23:51:48 +02:00

541 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.
  • Add "Check For Newer Version" option in the Help menu.
  • Save Watch Panel position and size.

Fixes

All platforms

  • Function LOC used on physical files will correctly return zero (0) now for just opened but yet untouched files.