Re: [Gambas-user] why this could not be? error in runtime?

2017-07-29 Thread Christof Thalhofer
Am 28.07.2017 um 22:55 schrieb PICCORO McKAY Lenz: > in the following code: > > strinchar = Mid(strinchar, 1, InStr(strinchar, ")", -1) - 1) > > IDE said error invalid argument, but if i do: No, the IDE says nothing: Public Sub Test() Dim strinchar As String Dim psotionlen As Integer

[Gambas-user] Serialization Database query result

2017-07-29 Thread Hans Lehmann
Hello. What is the possibility to serialize the result of a database query (data type result)? Every idea and approach is welcome. Sincerely Hans -- Check out the vibrant tech community on one of the world's most engag

Re: [Gambas-user] why this could not be? error in runtime?

2017-07-29 Thread Matti
YOU complainig-shouting about a typo! Am 29.07.2017 um 05:53 schrieb PICCORO McKAY Lenz: HEY TONY; ITS PICCORO; NOT PICARO! GR in the playground wprks perfectly, i not have 3.10, but in the job i have 3.1 and at my home 3.5 its a bug in 3.9 and 3.8, *with 3.1 works perfectly in debian sque

[Gambas-user] [Gambas Bug Tracker] Bug #1130: JSON.Encode serializes null objects as "undefined"

2017-07-29 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1130&from=L21haW4- Adrien PROKOPOWICZ reported a new bug. Summary --- JSON.Encode serializes null objects as "undefined" Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Web components De