I came up with:
For I = 0 to 3
if BCD_In.0[I] = 0 then
BCD_In.0[I] = 1
else
BCD_In.0[I] = 0
endif
next I
But yours is much simpler!
Perfect.
Thank you.
I came up with:
For I = 0 to 3
if BCD_In.0[I] = 0 then
BCD_In.0[I] = 1
else
BCD_In.0[I] = 0
endif
next I
But yours is much simpler!
Perfect.
Thank you.
Bookmarks