On 06/05/2011 01:52 AM, Titan Rain wrote: > I'm trying to split a response from a server that has been stored as a > string. This response contains the ascii characters  as data field padding. > I should mention the response can get quite long too. Over 500 characters > easily. For example a response may look something like > 3somestring65somestring9018900101. I get strange > results such as empty positions in the returned array, or the entire string > returned in the first and only position of the array when I try to split the > string with  as part of the seperator. I would also like to mention the > debugger cannot display these characters at all. Note screenshot 1 below.
Sounds like my kind of problem. I send and receive UDP packets and similarly have to hack them up, in and out. Is there a known or calculable sequence to the variables passed from the server as a string? -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: [email protected] phone: (770) 853-6271 ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
