- Home
·
- Miscellaneous
·
- Converting Fractional values to Two Decimal Places 'put two text boxes on the form and run the appl
Converting Fractional values to Two Decimal Places 'put two text boxes on the form and run the appl
Converting Fractional values to Two Decimal Places 'put two text boxes on the form and run the application type this code in form_load event
API Declarations
dim total as string
Rate Converting Fractional values to Two Decimal Places 'put two text boxes on the form and run the appl
(1(1 Vote))
text1.text=str$(amt)
total=ccur(Format(amt,"#,##0.0))
text2.text=total
Converting Fractional values to Two Decimal Places 'put two text boxes on the form and run the appl Comments
No comments yet — be the first to post one!
Post a Comment