Kyme Posted August 2, 2008 Posted August 2, 2008 how i can / 2 nr but the result to be only x,xx???? only 2 nr after "," $nr 3555 $done1=$nr/60 tnx
monoceres Posted August 2, 2008 Posted August 2, 2008 how i can / 2 nr but the result to be only x,xx????only 2 nr after ","$nr 3555$done1=$nr/60tnxMsgBox(0,"",Round(10/3,2))? Broken link? PM me and I'll send you the file!
Andreik Posted August 2, 2008 Posted August 2, 2008 how i can / 2 nr but the result to be only x,xx????only 2 nr after ","$nr 3555$done1=$nr/60tnx$done1 = Round($nr/60,2)
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