I have an old program that was created with Pic Basic pro... now it seems not to work with PBP3. the MSB is no longer supported?

Code:
if (Thefile & MSB)THEN 
   high pindata
else 
    low pindata
endif