egalvez Posted August 23, 2005 Author Posted August 23, 2005 Try changing that code to this:Local $ai_Return[2] $ai_Return = [$ai_InternetOpen[0], $ai_InternetConnect[0]]Doing so resulted in this error:$ai_Return = [$ai_InternetOpen[0], $ai_InternetConnect[0]]$ai_Return = ^ ERRORError: Error in expression....or get the latest beta.I'd like to do that, but beta of what and where do I get what you're referring to? I went to the w0uter's _FTP ( NEW ) link and saw a page of functions that did not seem to involve downloading via FTP, unless perhaps I was missing something.
therks Posted August 23, 2005 Posted August 23, 2005 (edited) The newest AutoIt beta. Have a look in my sig for Beta Download, that will take you to a page where you can get the newest version. Edited August 23, 2005 by Saunders My AutoIt Stuff | My Github
egalvez Posted August 23, 2005 Author Posted August 23, 2005 The newest AutoIt beta. Have a look in my sig for Beta Download, that will take you to a page where you can get the newest version.<{POST_SNAPBACK}>I'll download the latest AutoIt beta. Thank you. I appreciate the kindness and helpfulness of those who contribute to these forums.
egalvez Posted August 23, 2005 Author Posted August 23, 2005 ...or get the latest beta.I downloaded and installed the latest AutoIt beta, but what am I looking for, please? I searched for FtpGetFile and didn't find anything. I searced on ftp and didn't find anything helpful. I looked at InetGet and it's the same as in the official release. So, why did you recommend that I download the newest beta, please? Did you have something specific in mind?
w0uter Posted August 23, 2005 Posted August 23, 2005 to get rid of that error message so you can use ( try ) my script. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
egalvez Posted August 23, 2005 Author Posted August 23, 2005 (edited) to get rid of that error message so you can use ( try ) my script.I thought I was using your script. You pasted code in a code window or an iFrame or whatever kind of box it was and I used it, right? I pointed out two errors that I got when I tried to execute it. You provided one fix, and someone else provided another potential fix for the second error, which didn't work. Please advise. Edited August 23, 2005 by egalvez
therks Posted August 24, 2005 Posted August 24, 2005 I think the idea is that using his script, with the newest beta version of AutoIt, the errors will go away (his script used syntax only available in the newer beta versions, specifically the array initialization code (with [])). My AutoIt Stuff | My Github
egalvez Posted August 24, 2005 Author Posted August 24, 2005 OK, thank you for that clarification. I'll try that.
egalvez Posted August 24, 2005 Author Posted August 24, 2005 FYI: Using wOuter's code in conjunction with the latest AutoIt3 beta worked very well. Thank you.
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