Re: Printing numbers
- Posted by David Cuny <dcuny at LANSET.COM> Nov 20, 2000
- 388 views
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]}) you should get the same result, without having to use Gabriels's library. -- David Cuny