1. Is Jiri Babor still on the forum?
- Posted by Lonny Nettnay <lonny.nettnay at gmail.com> Jan 26, 2006
- 468 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
2. Re: Is Jiri Babor still on the forum?
- Posted by Kenneth Rhodes <ken_rhodes30436 at yahoo.com> Jan 26, 2006
- 457 views
Its been a while since Jiri posted to the list. Here is his email address jbabor at paradise.net.nz Taken from his Euphoria Web page: http://homepages.paradise.net.nz/~jbabor/euphoria.html Ken Rhodes 100% MicroSoft Free SuSE Linux 10.0 No AddWare, SpyWare, or Viruses! Life is Good :)