Find attached the file FormatX5.zip which contains FormatX.bas and is a library of format functions.
They are not a Print Using replicants but contain certain FormatX$ functions similar to the ones in QB 7.1
The functions allow for parsing formatted strings and unique to QB64 which has no Format$ functions.
Year between 1753 and 2078 increased to 0001 and 9999.
NOT backwards compatible with QB 4.5 because format date/time is stored in float Now## precision.
Read on! ejo
Now 2,590 lines.
They are not a Print Using replicants but contain certain FormatX$ functions similar to the ones in QB 7.1
The functions allow for parsing formatted strings and unique to QB64 which has no Format$ functions.
Year between 1753 and 2078 increased to 0001 and 9999.
NOT backwards compatible with QB 4.5 because format date/time is stored in float Now## precision.
Read on! ejo
Code: (Select All)
Format library v5.0a in BASIC for QB64 similar to BC7/VBDOS1 is PD 2024.
Version v1.0a:
Initial creation 09/30/2024.
Version v2.0a:
Adds StoreColor for Colorf function.
Adds KeyBoardLine$ function.
Adds Debug to StatusLine.
Adds some constants.
Version v3.0a:
Adds Control-Break trapping.
Adds statusline format strinng.
Adds titlebar timer trap.
Version v4.0a:
Adds extended LineInput$ function.
Version v5.0a:
Fixes date/time display in:
DateTimeClock$ and DateTimeClockSerial$ (serial##)
Now 2,590 lines.