Hi there!!
I have problem running this in PB maybe there are too many bits
if it's so I need a manner to achieve it...
A$ = "&h101100111000101010011001100110" '30 BITS
C??? = VAL(a$)
PB freeze on "C??? = VAL(a$)" if i reduce the number of byte
it's ok but... How can I put a string of 30bits in a DWORD?
if you know please tell me
)
The Hope Man 
I have problem running this in PB maybe there are too many bits
if it's so I need a manner to achieve it...
A$ = "&h101100111000101010011001100110" '30 BITS
C??? = VAL(a$)
PB freeze on "C??? = VAL(a$)" if i reduce the number of byte
it's ok but... How can I put a string of 30bits in a DWORD?
if you know please tell me



Comment