> Esiste un algoritmo o una classe pronta che mi converta un numero in
> lettere?
>
> GRAZIE
java.lang.String.valueOf()
java.lang.Integer.parseInt()
HTH,
Ray

Signature
XML is the programmer's duct tape.
Luca Conte - 14 Sep 2005 15:43 GMT
Mi sati dicendo che se metto 68 ottengo sessantotto?
Raymond DeCampo ha scritto:
>> Esiste un algoritmo o una classe pronta che mi converta un numero in
>> lettere?
[quoted text clipped - 6 lines]
> HTH,
> Ray