Radsam Posted April 28, 2005 Posted April 28, 2005 Is there a UDF for rounding up numbers? eg 1202.143 to 1202.14 or 1202.145 to 1202.15 Thanks
Valik Posted April 28, 2005 Posted April 28, 2005 I guess searching the help file for the word "Round" is too much to ask?
Ejoc Posted April 28, 2005 Posted April 28, 2005 Here's a UDF for use, its way better then the built in version: Func _Round($exp[b][/b]ression,$decimal=0) Return Round($exp[b][/b]ression,$decimal) EndFunc Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now