in reply to Re: This is a small bug in TableMatrix.pm, right??
in thread This is a small bug in TableMatrix.pm, right??

OK, I see, but the statment $data = $w->GetSelection() does result in $@ being set inside the eval if there is no selection available. But GetSelection still returns and so the eval executes fine and resets $@ to empty. This must mean that GetSelection() is doing some sort of error trapping of it's own, right?<\p>