I have just had a chance to check this out and it works fine - add:
Code:
UCON    var byte EXT
to your PBP 2.46 program and it should solve the problem! You can now refer to for example:
Code:
       UCON.3 = 0
Peter