Re: Best Way To Learn
- Posted by JJProg at CYBERBURY.NET Jul 23, 1999
- 487 views
EU>I'm curious is you could tell me the best way to learn Euphoria. I just EU>finished the Beginners Guide but would like more material. Any EU>suggestions? EU>Bryan Sorry, I have no idea what the best way is to learn Euphoria. I just read the documentation and looked at the demos, but I don't know what would be the best way for you. >I think that it works but I'm not sure. It runs without any error >message, but I can't find the output anywhere. I search for the out >file but none exists. Does Euphoria put the output in the same >directory the input file resides? Well, the function I sent you (GetRecord) only returns the data in a record. The example of using it should output a bunch of out1.txt, out2.txt etc. files. It's possible that the code I wrote doesn't work with your file - perhaps the lines end in \r\n instead of just \n. Try changing the constants from START="ST\n" to START="ST\r\n" and END="SE\n" to END="SE\r\n". Tell me if this doesn't work. Jeffrey Fielding JJProg at cyberbury.net http://members.tripod.com/~JJProg/