Question about print,puts,get,gets,...
- Posted by Frank <sekret7 at hotmail.com> Jun 10, 2001
- 381 views
Hello I need help. I am new to Euphoria or any other programing language. For start I was learning how to devenlope a diferent kind of windows in Windows mode. Now I am trying to learn how to open-close file, type of variable, work with different kind of data. Here is my problem: 1.I want to enter text data to EditText control in window. 2.Get it from control and put it to file.dat as part of sequence. {"Tim","Mary","David",...} If I look file.dat I wish to see it as writen above. Close file.dat. 3.Get the data from file.dat as sequence, becouse I will need seq[1] or seq[2],... to be writen in window. I try to do the program my self, but even after the looking at examples I am confuesd with use of print,puts,get,gets and any similar routines. Best regards and thans, Frank Black