mike wrote: > You should always use the "is" operator to check for null: > > ' if (br is null) { ... } Using == is perfectly valid for pointers (such as those). --anders