--- In [email protected], "brucexs" <bruc...@...> wrote:
> I thought of a much simpler approach. Use a hidden local variable which the > plugin sets to a handle at the start of a "with" and sets to "" and the end > of a with. Hmmph. Neat. Solves problems of what happens when you call out to function or quit. > PowerPro knows to refer to by checking for the "". > This can also solve some tricky reference counting issues. > If the special locals are not "" at the end of the script, then there was a > missing with. Yup, good. > Could do nesting by allowing a series of such variables, but may not want to. One level of with is good. Multilevel would be even nicer, but clearly more work. > I'll see if I can get if working with classes and structures over the weekend. Okay, ta. > > > - >
