pingpong24 Posted December 27, 2005 Posted December 27, 2005 Hi, I need to know how to accomplish the following things: * Modulus (Returns the remainder of the first value divided by the second.) * decimal to binary funcation (conversation) * binary to decimal funcation (conversation) * Identical (Is true if the first value is equivalent to the second and both are the same type.) Please tell me all the auto operator or funcations that can/will accomplish the task listed above. NumCR Super Fast EASY NUMBER OCR, easiest and the fastest AUTOIT OCR released on this forum
LxP Posted December 27, 2005 Posted December 27, 2005 Mod() returns the modulus. Saunders' NumConvertBase() UDF will aid with binary conversion.You may be able to use == to determine if two items are identical as far as data types go.
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