w0uter Posted September 26, 2005 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
Valuater Posted September 26, 2005 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
w0uter Posted September 26, 2005 Author 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
w0uter Posted September 26, 2005 Author 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
Josbe Posted September 26, 2005 Posted September 26, 2005 Yes, maybe StringRegEx.. thing. Possibly this topic it's related. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
w0uter Posted December 8, 2005 Author 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
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