Jump to content

hearurscream

Active Members
  • Posts

    83
  • Joined

  • Last visited

About hearurscream

  • Birthday 08/16/1990

Profile Information

  • Location
    Phoenix, Arizona

hearurscream's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. How does sending something make it easier to take it from an INI file?
  2. Why don't you just put: Send("E") Or perhaps refine your purpose and give some more code to work with.
  3. Search the help file for InputBox, your basic math operators, and MsgBox as well.
  4. Well I don't see a problem in your script, but can you post the whole code?
  5. Can you give us a line number, or perhaps include the rest of the error statement?
  6. Take the plus sign out of your For statement.
  7. Just install AutoIt Beta. IE.au3 will come with it. That's the easiest way I can tell you.
  8. It may be, but AutoIt Beta has functions that are far superior to the stable version. Even though it isn't called stable, it certainly isn't unstable, it just hasn't been perfected yet.
  9. IE.au3 must be in your Include folder under AutoIt Beta. You must also put #include <IE.au3> at the beginning of your AutoIt document. Hope this helps. P.S. IE.au3 should be included in the latest AutoIt Beta download.
  10. I think you're shooting in the dark on this one. Either the program has to be running on the account that you want the send to apply to, or it has to manually log in and back on the account that you want to send to.
  11. Just as Manadar said, you cannot have two adlib functions. A series of checks can be performed with If.. Then statements and the proper action can be taken there. Of course you could also just have two scripts and have one call the other one so you only have to start one. Hope this helps somewhat. Screamz
  12. I believe so, try it and see.
  13. You declared the variable in one function and used it in another. When you create a variable in a function, it is automatically deleted when the function is exited. You must globally declare it in the main part of your program. Hope this helps. EDIT: you used them in the main part, but you must specifically GLOBALLY declare them before you use them.
  14. Perhaps you should look into the Help File or search the forum for AutoIt 1-2-3. Show us something that tells us your at least attempting to write some code. We aren't your scripting slaves, this is for HELP to FIX your code and you cannot fix what is not there.
×
×
  • Create New...