[Gambas-user] Questions for RegExp class

user demosthenesk at ...626...
Tue Oct 12 20:47:03 CEST 2010


Hi,

i try to implement a regular expression with this code

-----------------------------------------
  DIM sRegEx AS Regexp

  sRegEx.Compile("\"")
  sRegEx.Exec(Global.txtUpdateOptions)
-----------------------------------------

but in line of "compile" i get a NULL object.

why?





More information about the User mailing list