This content has been marked as final.
Show 3 replies
-
1. Re: what happened to $r?
megalodon Feb 3, 2010 8:22 AM (in response to herkules000)Just for the record, I'd like to take a whack at this one.
Someone can correct me if I am wrong (which might be rare looking at the activity in this forum) but there are 2 errors in my opinion:
1.) You are using a local variable 'x' without adding the local variable first using addlocalvariable() function.
2.) $r is not available to code added using insertBefore() function. Switching insertBefore() call to insertAfter() call should resolve this bug.
-
2. Re: what happened to $r?
megalodon Feb 3, 2010 8:25 AM (in response to herkules000)repost deleted
-
3. Re: what happened to $r?
megalodon Feb 15, 2010 11:53 PM (in response to megalodon)correction: it turns out that one can declare local variables directly via calls to insertBefore/insertAfter although it should be available only within that code block