w0uter Posted September 26, 2005 Share Posted September 26, 2005 While 1 StringRegExp('', '(a', 0) If @error Then ConsoleWrite('why is there only 1 error' & @LF) WEnd bug, or did i do something wrong. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
Valuater Posted September 26, 2005 Share Posted September 26, 2005 (edited) you know this one.... 8) EDIT i tried it the loop conntinues.... dont know sorry 8) EDIT 2 the @error returns "2".... so i tried these to reset the error SetError(0) SetExtended(0) If @error = 2 then SetError(@error = 0) Nopper ???? 8) Edited September 26, 2005 by Valuater Link to comment Share on other sites More sharing options...
w0uter Posted September 26, 2005 Author Share Posted September 26, 2005 ugh that means i cant finish my regexp gui. any dev ? My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
w0uter Posted September 26, 2005 Author Share Posted September 26, 2005 (edited) StringRegExp('', '(a', 0) If @error Then ConsoleWrite('why is there only 1 error' & @LF) StringRegExp('', '(b', 0) If @error Then ConsoleWrite('why is there only 1 error' & @LF) StringRegExp('', '(a', 0) If @error Then ConsoleWrite('why is there only 1 error' & @LF) gives 3 errors so the problem is defenetly with regexp. but for now i have found my workaround by using a dummy regexp pattern. still i would like to see this fixed. Edited September 26, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
Josbe Posted September 26, 2005 Share Posted September 26, 2005 Yes, maybe StringRegEx.. thing. Possibly this topic it's related. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
w0uter Posted December 8, 2005 Author Share Posted December 8, 2005 (edited) thought id bump this up so that it could be moved to Open Bugs (?) StringRegExp('b', 'a)', 0) If @error Then ConsoleWrite('why is there only 1 error' & @LF) StringRegExp('b', 'a)', 0) If @error Then ConsoleWrite('why is there only 1 error' & @LF) Edited December 8, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
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