I was just hunting down this bug in my program, and it seems
counterintuitive what I discovered. In this code, the value of "this
stack" changes even before the handler finishes! That's surprising for
some reason. I don't know why I though "this" was consistend through a
handler. What other handlers or functions in rev can cause "this" to
change like this?
if tCalcType is not empty then
go to first card of stack tCalcType as toplevel
-- close the the current... the stack we were just in.
-- close this stack -- nope; "this stack" has now changed!
close stack "FacilityCalculator"
end if
Alex Rice, Software Developer
Architectural Research Consultants, Inc.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
- Re: usage of "this" Alex Rice
- Re: usage of "this" Jim MacConnell
- Re: usage of "this" Alex Rice
- Re: usage of "this" Rob Cozens
- Re: usage of "this" Rob Cozens
- Re: usage of "this" Ken Ray
