Sheri wrote:

> There was a small error in my notes menu script that kept it from
> running correctly with the updated regex plugin.
> 
> <http://tech.groups.yahoo.com/group/power-pro/files/Scripts/NoteButtonM
> enu_V101.zip> 
> 

Sheri, the fix I downloaded is broken,
ERRORS: regex.pcreMatch: Option incomprehensible: [17]
Label
Error occurred near line nnn of script notem...@shownotes:
  regex.pcrematch(?"Label = New \- \K(\w+)", "", hVec[i], "cat")

I think it should be
  regex.pcrematch(?"Label = New \- \K(\w+)", hVec[i], "", "cat")


Reply via email to