Another doubt about reading/writing files...
- Posted by Ricardo Niederberger Cabral <rnc at INFOLINK.COM.BR> Sep 07, 1996
- 1584 views
Here I am with another doubt:
I would like to save a 2D array (a sequence of sequences) that I initialized
like this:
MapVar = repeat(repeat({0, 0}, 100), 100)
in a data file (could be binary or whatever...) so I can read it later. How
can I do it using Euphoria ?
Thanks,
---
Ricardo Niederberger Cabral
Command & Conquer World: Files, Links, Tactics, News ...
http://www.geocities.com/TimesSquare/1210

