> |  
re : conversione numero -> stringa
de12261
[quote]
Set item = doc.GetFirstItem( "numero" )
Set item2 = doc.ReplaceItemValue( "stringa", item.text )
[/quote]

ciao
col tuo metodo funziona....

io facevo

x = doc.CAMPONUMERICO(0)
s = Str(x)

e non andava bene.


grazie!

ciao!




conversione numero - stringa - de12261 -
    You are here re : conversione numero - stringa - de12261 -
    re : conversione numero - stringa - Nickel74 -