Mmm, I updated my Gambas 3.1 last week, I don't know exactly what
revision is, but is recent.
Ok, I will fix my code.
Thanks.
*_*
*Lic. Daniel Quintero Rojas*
http://www.dquinter.com.mx
http://futbol.dquinter.com.mx
http://twitter.com/#!/dquinteror
*¡Saludos des
Le 25/04/2012 18:58, Daniel Quintero a écrit :
> Hello, I have an error in this line of code when I use the \s constant
> in the pattern:
>
> re = New Regexp(sText, "]*)>")
>
> If I use "]*)>" (Without the \s) I have no error.
>
> The error occurs when I press the F5 function key to exe
Hello, I have an error in this line of code when I use the \s constant
in the pattern:
re = New Regexp(sText, "]*)>")
If I use "]*)>" (Without the \s) I have no error.
The error occurs when I press the F5 function key to execute the program.
This is the error text:
This applicatio