Fluoline Posted August 5, 2007 Posted August 5, 2007 Hello, I've been developing applications and scripts in several languages. Now I'm working with AutoIT and each day again its functionality is amazing me! Now I woud like to have something like: $array["foo"] = "bar" $array["me"] = "mine" msgbox(4096,"Test", $array["foo"]) Like this it's not possible, but does someone knows of a library that adds this functionality? Or a work around? I've a list of files and their md5-hashes, I would like to check easily if the where changed. In php or perl I could do something like If $oldMD5["c:\autoexec.bat"] == md5("c:\autoexec.bat") Then msbox(4096,"File not changed","Autoexec.bat") EndIf Any input would be very appreciated! PS. Don't worry about the md5, this part is already fixed.
Fabry Posted August 5, 2007 Posted August 5, 2007 http://www.autoitscript.com/forum/index.ph...p;hl=dictionary A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza รจ il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
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