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
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
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
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
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
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
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