Re: [Gambas-user] Cannot Split() against ASCII NUL byte

2013-08-05 Thread Jim Provan
I stand corrected. Thank you. Jim Provan On Mon, Aug 5, 2013 at 11:31 AM, Tobias Boege wrote: > On Mon, 05 Aug 2013, Jim Provan wrote: > > On 08/05/2013 09:53 AM, Tobias Boege wrote: > > > Hi, > > > > > > the Split() function seems to have problems splitting against the > ASCII NUL > > > (aka

Re: [Gambas-user] Cannot Split() against ASCII NUL byte

2013-08-05 Thread Tom
On 8/5/2013 11:09 AM, Jim Provan wrote: > On 08/05/2013 09:53 AM, Tobias Boege wrote: >> Hi, >> >> the Split() function seems to have problems splitting against the ASCII NUL >> (aka "\0") byte. In the attached project, there are four test cases from >> whose results I assume that Split() stops wor

Re: [Gambas-user] Cannot Split() against ASCII NUL byte

2013-08-05 Thread Tobias Boege
On Mon, 05 Aug 2013, Jim Provan wrote: > On 08/05/2013 09:53 AM, Tobias Boege wrote: > > Hi, > > > > the Split() function seems to have problems splitting against the ASCII NUL > > (aka "\0") byte. In the attached project, there are four test cases from > > whose results I assume that Split() stops

Re: [Gambas-user] Cannot Split() against ASCII NUL byte

2013-08-05 Thread Jim Provan
On 08/05/2013 09:53 AM, Tobias Boege wrote: > Hi, > > the Split() function seems to have problems splitting against the ASCII NUL > (aka "\0") byte. In the attached project, there are four test cases from > whose results I assume that Split() stops working on the separator when it > encounters a NU