--- In [email protected], "Sheri" <sheri...@...> wrote: > > I'm getting an inexplicable "Static/Local must be in script" > message from PowerPro using my normal pcf with latest regex beta. > I don't know what its referring to.
I figured out that it is being caused by the use of regex plugin functions in *Info expr in the inifile-based command list being shown with menu showfile. Same thing happens with pcf based menus that have any *Info expr labels using regex plugin functions. I do declare "global regex_status" during startup and reconfigure, so that's not it. The functions being used in various *Info expr's are regex.pcrematch, regex.pcrematchall and regex.pcrereplace. In some cases regex calls are using arguments that are themselves returns from regex calls. Regards, Sheri
