I am a newbie to PB. My first effort with PB involves sending/receiving
data through a Com port. The data is sent in hex format. In VB you can
convert an integer value to a byte value using CByte(integer). How is
this addressed in PB and where in the book can I find it? I have
searched everywhere!
Thanks
Tim
------------------
data through a Com port. The data is sent in hex format. In VB you can
convert an integer value to a byte value using CByte(integer). How is
this addressed in PB and where in the book can I find it? I have
searched everywhere!
Thanks
Tim
------------------
Comment