--- In [email protected], "Sheri" <sheri...@...> wrote: > > Bruce, is there some way Powerpro could include the name of the > variable it is complaining about in this error? > > Thanks, > Sheri >
NOt for now. Wrap your current call to regex in a script (which you call from *info) and take a look at allstatics in the script which will at least catch statics. I think the only way you can get this error message is if the local or static statement is used outside of a script. Perhaps the plugin is executing one of these?
