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?


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to