Jump to content

File progress window


Recommended Posts

Nope don't know any of this I have just started writing code about a month ago so everything that gets posted here is a big help.

Thanks alot,

Jon

oh totally! Seriously, if you have any more questions you can PM me anytime! If I don't know the answer, we'll go get guidance from those that do.

A decision is a powerful thing
Link to comment
Share on other sites

Nope don't know any of this I have just started writing code about a month ago so everything that gets posted here is a big help.

Thanks alot,

Jon

Local $file = FileExists ("c:\program files\activecontrol\1.txt")

Is there a reason for the Local in front of this. I am just curious.

Thanks,

Jon

Link to comment
Share on other sites

Local $file = FileExists ("c:\program files\activecontrol\1.txt")

Is there a reason for the Local in front of this. I am just curious.

Thanks,

Jon

If this doesn't answer your question, let me know http://www.autoitscript.com/autoit3/docs/keywords/Dim.htm

(it also stands as a marker for me so I can tell where a var is "first" being declared and where it's being used/reused)

Edited by JohnBailey
A decision is a powerful thing
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...