Bill Allombert on Fri, 17 May 2002 16:55:56 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: write in a file |
On Fri, May 17, 2002 at 04:33:15PM +0200, Sascha.Bergmann@rz.uni-duesseldorf.de wrote: > How ist it possible to write the result of a GP-Programm-File in a new File?? > I cant't rfind an answer at the users guide... > Tnanks for helping! I am not sure what you exactly want to do, but you can write the value of A to file "file" with write("file",A) See section 3.11.2 of the manual. Cheers, Bill.