Changing output to input on 14m

andyn

New Member
hey guys.
trying to change an output to an input on a 14M, have done the let dirsc = %.... to change it and the compiler is fine with this - then how do i address it i.e. if pin? = 1? it wont let me do pin8 for example. trying using reverse but it wont take that either. is there a port command i could use?
cheers
andy
 

hippy

Technical Support
Staff member
<code><pre><font size=2 face='Courier'>If Portc <b>pin1 </b> = 1 Then </font></pre></code> Technical are only human and it's probably been a long, hard week; I'd blame the heat myself.
 
Top