Jump to content

Recommended Posts

Posted (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 by Valuater

NEWHeader1.png

Posted (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 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

  • 2 months later...
Posted (edited)

thought id bump this up so that it could be moved to Open Bugs (?) :P

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 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...