I get a part of string from a loop in text file with:
IMPORTO_OPERAZIONE = Format(Trim(Mid(inString, 88, 24) * 1), “#,##0.000”)
i have dimensioned IMPORTO_OPERAZIONE as double but the code return:
IMPORTO_OPERAZIONE =2692
i want to have IMPORTO_OPERAZIONE = 2.692,600
how to?
-
numbr with 3 decimal
- This topic has 1 reply, 2 voices, and was last updated 15 years, 1 month ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads