Re: Printing numbers
- Posted by cense <cense at mail.ru> Nov 20, 2000
- 414 views
On Mon, 20 Nov 2000, David Cuny wrote: >> Dan Moyer wrote: >> >> > If you use Gabriel Boehme's "print.e" >> > from the archives, it's pretty easy... >> >> Not to knock Gabriel's library, but if you change the line: >> >> > print(outFile, someNumbers[n]) >> >> into: >> >> > printf(outFile, "%d", {someNumbers[n]}) i would have always thought that to be the logical way to print decimals because i came from a C/C++ (not much though) background before euphoria >> you should get the same result, without having to use Gabriels's library. >> >> -- David Cuny -- evil, corruption and bad taste ^[cense]