Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formating
Message
De
02/09/2002 05:09:49
 
 
À
02/09/2002 01:57:06
Teddy Win
Bytel Information Technology
Jakarta, Indonésie
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Divers
Thread ID:
00695872
Message ID:
00695896
Vues:
14
i guess your main problem is in displaying the numeric value in proper format. so data types here are of no concern. If you use format function or formatNumber function the value is bound to be rounded.
I dont know any math function for that
If i've to show such kind of value, i would use
mdisplay = Int(mVATValue) & Mid(mVATValue, InStr(1, mVATValue, "."), 5)
mdisplay = Format(mdisplay, "###,###,##0.0000")
msgbox mdisplay
Best Luck..
Nilesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform