Jump to content

Help! Undeclared Variables after Reinstall?


Recommended Posts

ok so yesturday my laptop died, which is no big drama i re-installed an image of my hard-disk i made when i first got the thing, but after reinstalling autoit none my scripts will run or compile i get an error message saying a varible hasnt been declared here is the line of code causeing this problem

$MainWindow = GUICtrlCreateEdit("", 8, 72, 505, 321, BitOR($ES_WANTRETURN,$WS_VSCROLL))

$MainWindow = GUICtrlCreateEdit("", 8, 72, 505, 321, BitOR($ES_WANTRETURN, ^error not declared

But this script worked fine before my reload, whats the go?

Edited by uplink477
Link to comment
Share on other sites

  • Moderators

Change the title to your topic to something more descriptive than "Help" :duh: and something others can search for to find the answers to their problems later on down the line. (Not to mention something that people that can actually answer your question would even enter your post to look at it)

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...