Is Jiri Babor still on the forum?
- Posted by Lonny Nettnay <lonny.nettnay at gmail.com> Jan 26, 2006
- 465 views
I was looking through the messsage archive and I found a reference to his Hexlife program. It's http://www.rapideuphoria.com/hexlife.zip It's a DOS mode program that is kind of cool. I found a problem with it though. The save files that come with it will not load correctly. After much hair- pulling I finally found the problem. The files are loaded with the get() command from get.e which needs whitespace between each sequence on disk. :( The fix is to insert a }}} <eucode> puts(fn, ' ') -- after each print(fn, {}) -- statement </eucode> {{{ This is not readily apparent from the documentation of the get() command. I was wondering if it is OK to load the updated program and data files? Lonny