1. get function
- Posted by penpal0andrew May 13, 2011
- 1295 views
I am returning to Euphoria after some time, and my original program used a function called get to read a file, and it would read records of the form {1,2,3} which were created by the print function, and build it into a sequence internally of those numbers.
Does this function still exist? If so, where?
2. Re: get function
- Posted by mattlewis (admin) May 13, 2011
- 1293 views
penpal0andrew said...
I am returning to Euphoria after some time, and my original program used a function called get to read a file, and it would read records of the form {1,2,3} which were created by the print function, and build it into a sequence internally of those numbers.
Does this function still exist? If so, where?
Look here: man:std_get#get.
Matt