23-09-2006, 07:09 PM
Misunderstood Wrote:Ohh and another thing to bully/pester you about!
I know in this case you might not have known that the packet line would wrap to the next line, but when in the vb ide you have something wrap to the next line, make the 2nd line indented atleast 1 from the first like
sooo:
Code:Packet="blah" & sep_char & "stupid" &
sep_char & end_char
I've never tried it, but don't you need a "_" at the end of a line to signal that it continues on the next line?