Page 1 of 1

[Implemented] Please add read/write functions

Posted: Fri Sep 11, 2009 6:06 pm
by fsw
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)

Re: Please add read/write functions before releasing 4V4 final

Posted: Fri Sep 11, 2009 6:09 pm
by blueznl
Browse a little, I think someone was bothering the devs about these two functions and the planned function names :twisted: :oops:

Re: Please add read/write functions before releasing 4V4 final

Posted: Fri Sep 11, 2009 6:22 pm
by Fred
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

Posted: Fri Sep 11, 2009 6:43 pm
by fsw
Fred 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).
Thanks
fsw