Glyph Posted October 14, 2007 Posted October 14, 2007 (edited) case $data= StringRegExp($data, ".message.",0) = 0 $msg2=StringSplit($data,"|") GUICtrlSetData($chatbox,@HOUR&":"&@MIN&":"&@sec&" | [in] "&$msg2[2]&" "&$msg2[3]&@CRLF&GUICtrlRead($chatbox))I get error at: $msg2[2]&" "&$msg2[3]the data sent is:UDPSend(UDPOpen($ip, 2007), ".message.Server:You are now connected!")I just answered this in my own post, haha. Sorry!(I forgot the seperator!) Edited October 14, 2007 by BackStabbed tolle indicium
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now