Space-tiger Posted October 20, 2006 Author Posted October 20, 2006 It displays nothing, not even a box: #include <INet.au3> #include <array.au3> #include <_SRE_Between.au3> ;Contains the function $string = _INetGetSource ("http://s3.travian.com/build.php?id=1") $return = _SRE_Between($string,"<td id=l\d{1,4} title=\d{1,5}>", "</td>", True) _ArrayDisplay($return, 'All Found')oÝ÷ ØÚ+v¬Ø^æ®¶sdæWDvWBgV÷C¶GG¢ò÷32çG&fâæ6öÒö'VÆBçöCÓgV÷C²ÂgV÷C·FV׿FÖÂgV÷C²¢b33c·7G&ærÒfÆU&VBgV÷C·FV׿FÖÂgV÷C²¢b33c·&WGW&âÒõ5$Uô&WGvVVâb33c·7G&ærÂgV÷C²fÇC·FBCÖÂb3#¶G³ÃGÒFFÆSÒb3#¶G³ÃWÒfwC²gV÷C²ÂgV÷C²fÇC²÷FBfwC²gV÷C²ÂG'VR¥ô'&F7Æb33c·&WGW&âÂb33´ÆÂf÷VæBb33²¤fÆTFVÆWFRgV÷C·FV׿FÖÂgV÷C² Why?
Moderators SmOke_N Posted October 20, 2006 Moderators Posted October 20, 2006 (edited) Because your patteren isn't found. Edited October 20, 2006 by SmOke_N 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.
Space-tiger Posted October 20, 2006 Author Posted October 20, 2006 Because your patteren isn't found.Works now, seems like Scite doesn't use the beta for test runs
Moderators SmOke_N Posted October 20, 2006 Moderators Posted October 20, 2006 Works now, seems like Scite doesn't use the beta for test runsWith Alt+F5 it does. 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.
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