Hey everyone... Hopefully you can help me out with this problem... I have a byte array, that I need to keep as a byte array. I'm trying to put an IP address into it. What happens is that as I put the first section of the IP into it, I get a compile error, "Possible Loss of Precision". The first part of the IP is 128, which is out of the limit for a byte variable, which only goes up to 127. I'm assuming I have to do some type of 2's compliment or something to the 128 in order to put it in correctly. Any ideas? Thanks in advance.
Doug
Doug