I've got some javascript, something in a local function like
if (a==1){
and I've just realized I need to see what B is doing, too. So now it needs to be something like...
if((a==1) and (b==1)){
Something like that. That works.
Ideas?
Many thanks. I think that got it. Not sure about the inner parens - I left mine off but it seems to work.
Whew - this saved me all sorts of tangles!