Thank all friend for advise

I have question ..

I would to know valve of each bit of A (see below)

A con % 10010111

A bit 0 = 1
A bit 1 = 1
A bit 2 = 1
A bit 3 = 0
A bit 4 = 1
:
:
:

we write as below but not work...

A con % 10010111
For i = 0 to 8 ' loop for bit number
x [i] = A.[i]
print x[i]
next i

Sorry .... it may not cler for my question ( I don't how to say)