Advertisement
ASP_Volume3 Files/ File Controls/ Input/ Output #47590

Easy Rounding Function

Round to X Decimal places with one line of code!

AI

ملخص الذكاء الاصطناعي: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

كود المصدر
original-source
Private Sub RoundTo_Click()
Text1 = Format(Text1,"####.00") 'To alter 
'the D.P. just add or subtract the 0's after 
'the decimal point.
End Sub
التعليقات الأصلية (3)
مسترجع من Wayback Machine