[Gambas-user] Unable to split string containing ascii characters
Kevin Fishburne
kevinfishburne at ...1887...
Sun Jun 5 08:26:38 CEST 2011
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: sales at ...1887...
phone: (770) 853-6271
More information about the User
mailing list