Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: RegExp.Execute

    Just use 'item("x").value' where x represents the result item to get (from 0 to count-1) to get the result value

    sp_OAMethod doesn't like

    exec @intResult=sp_OAMethod @intRegExp,'item("'+convert(varchar(10),@intResultItem)+'").value',@chrResult OUT

    so you will need to...

Viewing post 1 (of 1 total)