Hello Denny,

In the Philips, we controlled the pins as
P0.1=0 or P0.1=1;


I am guessing RA3 on the 675 and RA4 are similar.

How do you ground and unground these pins? or check their status. I found that Basic Pro compiler on the interenet.. It is allowing 900 bytes, which is plenty for what I need it for.

I am wanting to see if RA3 is grounded or not (the switch) and I want to control the grounding and ungrounding of RA4.

What is the basic command for this?

RA3=1 and RA3=0?

if RA3=0 then RA3=1;

Thanks

Dwayne