--- In [email protected], "Sheri" <sheri...@...> wrote: > > 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.
Try regexTest_090118_2.zip; might deal with attempts to declare local or static from within a pcf. Out of interest where you declaring global regex_tmp_var ? You shouldn't have to, but if you didn't previous version of regex might have got in a state when called from pcf.
