Message transféré
Sujet : [Gambas Bug Tracker] Bug #693: Closing brackets/tags added
automatically in JS, CSS and HTML
Date : Thu, 14 Sep 2017 02:04:18 GMT
De : bugtrac...@gambaswiki.org
Pour : mov...@mykolab.ch, g4m...@gmail.com
http://gambaswiki.org/bugtracker/edit?object=B
Message transféré
Sujet : [Gambas Bug Tracker] Bug #686: Beautify for CGI, CSS, JS
Date : Thu, 14 Sep 2017 02:04:50 GMT
De : bugtrac...@gambaswiki.org
Pour : mov...@mykolab.ch, g4m...@gmail.com
http://gambaswiki.org/bugtracker/edit?object=BUG.686&from=L21haW4-
Benoît MINISINI
Message transféré
Sujet : [Gambas Bug Tracker] Bug #850: Abillity to turn off deprecated tab
Date : Thu, 14 Sep 2017 01:58:07 GMT
De : bugtrac...@gambaswiki.org
Pour : mov...@mykolab.ch, g4m...@gmail.com
http://gambaswiki.org/bugtracker/edit?object=BUG.850&from=L21haW4-
Benoî
Message transféré
Sujet : [Gambas Bug Tracker] Bug #844: "Verify the translation" button should
continue to next issue upon click
Date : Thu, 14 Sep 2017 01:58:32 GMT
De : bugtrac...@gambaswiki.org
Pour : mov...@mykolab.ch, g4m...@gmail.com
http://gambaswiki.org/bugtracker/ed
Message transféré
Sujet : [Gambas Bug Tracker] Bug #886: Operations with numeric vectors/arrays
Date : Thu, 14 Sep 2017 01:55:28 GMT
De : bugtrac...@gambaswiki.org
Pour : estr...@gmail.com, g4m...@gmail.com
http://gambaswiki.org/bugtracker/edit?object=BUG.886&from=L21haW4-
Co
Message transféré
Sujet : [Gambas Bug Tracker] Bug #883: Can we have 'Unused variables' warning
coming up with the run button?
Date : Thu, 14 Sep 2017 01:56:36 GMT
De : bugtrac...@gambaswiki.org
Pour : chri...@deganius.de, mov...@mykolab.ch, g4m...@gmail.com
http://gambaswiki
Message transféré
Sujet : [Gambas Bug Tracker] Bug #986: tolls - open terminal does nothign if no
terminal are common
Date : Thu, 14 Sep 2017 01:50:21 GMT
De : bugtrac...@gambaswiki.org
Pour : mckaygerh...@gmail.com, g4m...@gmail.com
http://gambaswiki.org/bugtracker/edit?obje
Message transféré
Sujet : [Gambas Bug Tracker] Bug #1160: Can be used maximized in profiling
window?
Date : Thu, 14 Sep 2017 01:43:21 GMT
De : bugtrac...@gambaswiki.org
Pour : postapase.liber...@yandex.com, g4m...@gmail.com
http://gambaswiki.org/bugtracker/edit?object=BUG.116
Message transféré
Sujet : [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl
Date : Thu, 14 Sep 2017 01:41:51 GMT
De : bugtrac...@gambaswiki.org
Pour : mov...@mykolab.ch, g4m...@gmail.com
http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4-
Comment
Message transféré
Sujet : [Gambas Bug Tracker] Bug #1164: [SoftwareFarm] Gambas IDE freeze, when
combobox server(login dialog) empty
Date : Thu, 14 Sep 2017 01:30:37 GMT
De : bugtrac...@gambaswiki.org
Pour : author.i...@gmail.com, g4m...@gmail.com
http://gambaswiki.org/bugtra
Message transféré
Sujet : [Gambas Bug Tracker] Bug #1070: Error while trying to publish a project
Date : Thu, 14 Sep 2017 00:37:26 GMT
De : bugtrac...@gambaswiki.org
Pour : postapase.liber...@yandex.com, g4m...@gmail.com
http://gambaswiki.org/bugtracker/edit?object=BUG.1070&fr
2017-09-13 11:31 GMT-04:00 Benoît Minisini via Gambas-user <
gambas-user@lists.sourceforge.net>:
**
>
>> Are the v10 runtime files backwards compatible with v8?
>> In my mind = they don't seem to be.
>>
> In other words : programs compiled with 3.8 will
Le 13/09/2017 à 17:11, mikeB a écrit :
eGreetings - the World of Gambas,
If using v10 to develop and package an install file - does gb.qt4
need to be used and distributed (as opposed to gb.qt3)?
I don't understand what that sentence means.
I think v10 means 3.10? And v8 3.8?
***
eGreetings - the World of Gambas,
If using v10 to develop and package an install file - does gb.qt4
need to be used and distributed (as opposed to gb.qt3)?
***
If so -
if the end user had several apps developed with Gambas 3.8.?
installed, and working,
Hi Rolf,
I do not think it exists, but it can be done by myself. :-)
As I wrote, I would do so:
Private Function CountSubString(value As String, pattern As String,
Optional compare As Integer) As Integer '' compare default Sensitive, 1 =
Insensitive
Dim i, n As Integer
While i <= Len(value)
Thank you Luigi,
This is what I had programmed myself (more or less). I just thought
there might be a ready-made function like CountStr() or StrCtr() or
something :)
Regars
Rolf
Am 13.09.2017 11:01, schrieb Gianluigi:
Sorry the link to see it work is this :-(
https://gambas-playground.prok
Sorry the link to see it work is this :-(
https://gambas-playground.proko.eu/?gist=d0fc775a24c00f2d5271865a565739ef
Regards
Gianluigi
2017-09-13 10:53 GMT+02:00 Gianluigi :
> And something like that?
> https://gist.github.com/anonymous/d0fc775a24c00f2d5271865a565739ef
>
> Regards
> Gianluigi
>
>
And something like that?
https://gist.github.com/anonymous/d0fc775a24c00f2d5271865a565739ef
Regards
Gianluigi
2017-09-13 10:04 GMT+02:00 Rolf-Werner Eilert :
> Thanks Julio,
>
> good idea! - but: isn't this a bit too much? After all, you have to
> instantiate a string[] for it each time, even th
Thanks Julio,
good idea! - but: isn't this a bit too much? After all, you have to
instantiate a string[] for it each time, even though you don't see it.
Or am I wrong? At least when it has to be called many times (for a table
like in my case).
Regards
Rolf
Am 13.09.2017 09:32, schrieb Juli
Hi Rolf:
"how many times does .."
Maybe this may be worth this:
count=split(mystring,chr$(10)).count
Regards,
Julio
2017-09-13 9:18 GMT+02:00 Rolf-Werner Eilert :
> Hi folks,
>
> Somehow I don't remember this - wasn't there a function to count the
> number of substrings occuring within a s
Hi folks,
Somehow I don't remember this - wasn't there a function to count the
number of substrings occuring within a string?
For instance, how many times does myString contain chr$(10) (to count
the number of linefeeds). So it would be a blend of Instr() and String$().
Thanks for your inpu
21 matches
Mail list logo