Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By raintime
#53903 Much simpler than full-blown QBasic-style file I/O, just the ability to manage a large (say, at least 1 megabyte) chuck of absolute addressed flash memory - WriteBlock(start_address , mystring) and ReadBlock(start_address , mystring).

Now the user can keep track of his/her data , which does not get lost. Simple quick fix!

Blocks can be 32 bytes long, starting at address zero, for example..