Quote Originally Posted by thibaud
I tried in the code to put

Code:
b = $AE
and it gives a compile error ????
Exactly what error does it give you? That will help a lot in determining the actually error. It certianly ins't just because you used:

Code:
b = $AE
Instead of
Code:
b = 174
or
Code:
b = %10101110
Steve