fb:porticula NoPaste
NochneRunde
Uploader: | ytwinky |
Datum/Zeit: | 29.08.2007 19:41:55 |
#include "vbcompat.bi"
Function Runde(Variable As Double, nk As Integer) As Double
Return cInt(Variable*10^nk)/10^nk
End Function
Dim As Double Pi=4*Atn(1)
?Pi
?Format(Pi, "####.####")
?Val(Format(Pi, "####.####"))
?Runde(Pi, 4)
Sleep