Jump to content

Recommended Posts

Posted (edited)

Am I doing/expecting something wrong?

Hex division is producing incorrect values

Running from SciTE - AutoIt3Wrapper v.2.1.0.33 (oops: autoit version is 3.3.8.1255)

ConsoleWrite(0xFF0000/0xFFFF & @CRLF)

; expect 0xFF or 255

; actual output is 255.003891050584 = INCORRECT[/autoit]

(ignore the bitshift bit of the title, I figured that out)

Thanks to anyone who can help

David

Edited by dgm5555
Posted

We don't need the version of the SciTE editor but the AutoIt version.

Run

MsgBox(0, "", "AutoIt version: " & @AutoItVersion)

My UDFs and Tutorials:

  Reveal hidden contents

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...