Jeremy Hylton wrote: > >... > > It sounds like such a function would not be particularly useful for > XML-RPC, but I can imagine it would be useful in a world where > programmers don't worry about whether they have an int or a long. In such a case I would use "long()" and not worry about a slight performance hit. Paul Prescod