Re: Printing numbers

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu