16-10-2006, 01:08 PM
It does work, I use it.
All my packets look like this:
This is the global msg packet and I use Chr function which makes easier becouse I can have like 253 packets w/ only one byte(its not 255 becouse we have SEP_CHAR and END_CHAR)
All my packets look like this:
Code:
Packet = Chr(15) & SEP_CHAR & Msg & END_CHAR