I need to format a 4 byte numeric value that decodes
results = (byte1 * 256 * 256 * 256) + (byte2 * 256 * 256) + (byte3 * 256) + byte4
can it be done :?: /jondo
I need to format a 4 byte numeric value that decodes
results = (byte1 * 256 * 256 * 256) + (byte2 * 256 * 256) + (byte3 * 256) + byte4
can it be done :?: /jondo
So you solved it huh? Would you posting your solution?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.