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

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

2013-08-05 Thread Tobias Boege
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 NUL just if it was a C string. Look especially at the las

[Gambas-user] Issue 459 in gambas: Gambas 3.4.2 IDE not working recompile all when downgrading

2013-08-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 459 by supp...@domotiga.nl: Gambas 3.4.2 IDE not working recompile all when downgrading http://code.google.com/p/gambas/issues/detail?id=459 1) Describe the problem. Whe

[Gambas-user] SQLite3 VARYING CHARACTER(255) taken as Boolean?

2013-08-05 Thread Tobias Boege
Hi, we have a case at http://gambas-club.de where one uses an SQLite3 database with some fields being of type VARYING CHARACTER(255). These are all shown to be Booleans by Gambas code. Note that the TEXT type apparently is handled correctly. I have absolutely no idea of the Gambas DBMS drivers, t