ok, so im recieving a packet, and all I want to do is trim the first 4 bytes off of the beginning, and have the remainder, anybody know how to do this?

btw, $right(string, len(string)-4) doesn't work, it just gives me a byref mismatch error because its hex, I guess.