in reply to Rounding without int() or printf()

It might help to know why you have such a strange, seemingly arbitrarily-restrictive request, but you might want to try sprintf().

--
I'd like to be able to assign to an luser

Replies are listed 'Best First'.
Re: Re: Rounding without int() or printf()
by Mandor (Pilgrim) on Feb 26, 2001 at 22:05 UTC
    The rounding-part of my question was just asked out of sheer curiosity.

    The part about the alternative division op came to my mind since I had been programming a little bit of ol' fashioned PASCAL before
    and PASCAL does contain an operator (or function) like that.