Please add missing file read/write functions before releasing 4V4 final - for the 2 new types I mean...
Convering a project to PureBasic which utilizes unsigned types is not 100% possible without WriteAscii(#File, ascii.a) and WriteUnicode(#File, unicode.u). Don't need the read functions right now but it's better to get them all anyway...
Thanks
fsw
BTW 1: thanks for implementing .a and .u it's really appreciated
BTW 2: nice to see that PeekA and PeekU are already implemented (maybe even PokeA and PokeU... didn't look)
[Implemented] Please add read/write functions
Re: Please add read/write functions before releasing 4V4 final
Browse a little, I think someone was bothering the devs about these two functions and the planned function names



( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
Re: Please add read/write functions before releasing 4V4 final
It's already done for the next beta. Only the 'Read' functions are actually useful, as writebyte/word() will correctly store unsigned number in binary format (Read/Write has been added anyway).
Re: Please add read/write functions before releasing 4V4 final
ThanksFred wrote:It's already done for the next beta. Only the 'Read' functions are actually useful, as writebyte/word() will correctly store unsigned number in binary format (Read/Write has been added anyway).
fsw