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?