Hi Melanie
Looked at all the info as you suggested and it made sense
However I cannot get porta.0(x) = 1 to compile
Here is an example of one of my attempts
In other attempts I used [x] instead of (x) and in frustration
I declared Porta.0as an array but of course that did not work
'Configure
DEVICE = 16F877
XTAL = 20
'.................................
Dim x as byte
x=1
porta.0(x) = 1
What am I doing wrong?
Regards
Frank
Bookmarks