Am 20.07.2017 um 22:49 schrieb Christof Thalhofer:
> I will try it out at the weekend ... then I have time.
I just tested Gambas daily, it does some weird thing with indentation in
the editor of the IDE when a string before an "If" goes over more than
one line.
I have installed:
3.9.90+svn8165+
Am 20.07.2017 um 22:49 schrieb Christof Thalhofer:
> I will try it out at the weekend ... then I have time.
Next problem I found:
I have a query against a Postgresql function which returns the
postgresql type "date".
datum
---
2012-10-01
2012-11-01
If I query this in Gambas3 throu
i confirme the two bugs of Christof:
> I just tested Gambas daily, it does some weird thing with indentation in
> the editor of the IDE when a string before an "If" goes over more than
> one line.
the "weird!" IDE line hanglind are since gambas 3.5, the line has some
strange behaviour..
1) when
Le 22/07/2017 à 10:38, Christof Thalhofer a écrit :
Am 20.07.2017 um 22:49 schrieb Christof Thalhofer:
I will try it out at the weekend ... then I have time.
I just tested Gambas daily, it does some weird thing with indentation in
the editor of the IDE when a string before an "If" goes over m
Le 22/07/2017 à 11:07, Christof Thalhofer a écrit :
Am 20.07.2017 um 22:49 schrieb Christof Thalhofer:
I will try it out at the weekend ... then I have time.
Next problem I found:
I have a query against a Postgresql function which returns the
postgresql type "date".
datum
---