--- In [email protected], "Sheri" <sheri...@...> wrote: > > The original format: "."++scriptname++"@callback" still isn't working.
> I now get these error dialogs running regexplugintest: Sigh. Okay. > It works but apparently sUserArg becomes a static variable. Even when > the callback function is not supplied with sUserArg, sUserArg > continues to debug as "yes" Shouldn't, will fix. > It might seem like there would be no use for a local variable in the > called routine (since if multiple replacements are made, the same > local variable value would be sent over and over), but sometimes there > is only one replacement to be made. But this a minor issue. > > In callback, user-supplied var_name separated from script with > > blank. This no longer works, or is unsafe, cause script can > > include a path which can include blanks. Therefore suggest > > var_name if present separated from script with | (fence). > > > > > For docs: > > > > var_name now detected whether static, global or local > > (statics probably missed before). > > > > Illegal variable_name detected. > This var_name which defaults to regex_tmp_var, can you suggest when > and why the user would want to specify a different name, be it static, > global or local? Because it reminds him of his mother?
