Jump to content

Memory reference question


Recommended Posts

All I need is this:

(and it's not in the help file, and I already searched the forums)

Func Box1()

If Memory location 100535E = ##### Then

MouseClick ("left", x, y, 1, 0)

Call ("Box2")

Else

Call ("Box2")

Func Box2()

If Memory location 100535F = ###### Then

MouseClick ("left", x, y, 1, 0)

Call ("Box3")

Else

Call ("Box3")

etc...

How do I define the constants of the memory addresses by actually reading what the addresses are and having the script return their current value??

Link to comment
Share on other sites

  • Moderators

All I need is this:

(and it's not in the help file, and I already searched the forums)

How hard did you search lol...

I typed memory and titles only...

http://www.autoitscript.com/forum/index.ph...hlite=%2BMemory

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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