snowman533 Posted April 18, 2010 Posted April 18, 2010 (edited) im getting a variable used without being declared error, its not telling me which line its on but the error does come up when Button8 is pressed (Sort Dir By Filename in GUI), i have looked at all vars used in Button8 and cannot locate any undefined ones, maybe you guys will find itheres the full script, just in case:http://pastebin.com/xVkif7AG Edited April 18, 2010 by snowman533 Intermediate AutoIt/Autohotkey User
OHB Posted April 18, 2010 Posted April 18, 2010 (edited) MsgBox(1, "Files moved", $mm & " files have been moved") $mm isn't declared anywhere. Edited April 18, 2010 by OHB
snowman533 Posted April 18, 2010 Author Posted April 18, 2010 Thanks OHB $mm is supposed to be $mnum Intermediate AutoIt/Autohotkey User
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now