Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
2015-12-14 18:38 GMT-04:30 : > It would be good if those developing would 'now and then' take some time > to check if their developments are at least minimal documented. > All that takes is creating the missing page, without any further > documentation added, so it will at least pop up in the help

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Moviga Technologies
> It would be possible to have an option to hide it from the completion > lists. That will be perfect! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Benoît Minisini
Le 14/12/2015 22:45, Moviga Technologies a écrit : > > > They are the same. > > Benoît, I've been wanting to ask if we could have an option to turn off > one of the sets? As for me, I do not like the ones with dollar signs, > but they are normally suggested first by the intellisense, and I have to

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread willy
On 2015-12-14 23:29, PICCORO McKAY Lenz wrote: > hi Toby > > Jussi has right, the wiki before or after me, has some missing points > to newbie programers > > also the http://gambaswiki.org/wiki/lang/replace page has broken > links! around the gb.Case (also info are ambigous) > > we think gambas

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread willy
On 2015-12-14 23:24, Tobias Boege wrote: > On Mon, 14 Dec 2015, wi...@develop.earthshipeurope.org wrote: >> On 2015-12-14 23:01, PICCORO McKAY Lenz wrote: >> > i think the problem are again in documentation or some misc-information >> > >> > search at documentation seem that the difference are the

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
hi Toby Jussi has right, the wiki before or after me, has some missing points to newbie programers also the http://gambaswiki.org/wiki/lang/replace page has broken links! around the gb.Case (also info are ambigous) we think gambas comunity must designate 2 or 3 mens to watchful the wiki and corr

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Tobias Boege
On Mon, 14 Dec 2015, wi...@develop.earthshipeurope.org wrote: > On 2015-12-14 23:01, PICCORO McKAY Lenz wrote: > > i think the problem are again in documentation or some misc-information > > > > search at documentation seem that the difference are the manipulation > > respect set of > > > > one i

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
2015-12-14 17:48 GMT-04:30 Jussi Lahtinen : > St!tring.Left() is for UTF-8. > Left() and Left$() are for ASCII. OK Jussi has right this are wrog on both the modification made by me, and the previous in wiki, the wiki does no clarify that! the wiki said "use the String" but newbie users may confus

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Jussi Lahtinen
No, you are both wrong. String.Left() is for UTF-8. Left() and Left$() are for ASCII. Jussi On Tue, Dec 15, 2015 at 12:12 AM, wrote: > On 2015-12-14 23:01, PICCORO McKAY Lenz wrote: > > i think the problem are again in documentation or some misc-information > > > > search at documentation see

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread willy
On 2015-12-14 23:01, PICCORO McKAY Lenz wrote: > i think the problem are again in documentation or some misc-information > > search at documentation seem that the difference are the manipulation > respect set of > > one its for ACII charset and the other seem are for UTF-8 > > BUT DOCUMENTATIION

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
i modify for Mid, Mid$ and Left and Left$ the wiki.. seem the difference are the utf-8 respect ascii http://gambaswiki.org/wiki/comp/gb/string/left i added the "see also" and links for ascii counterparts in the utf-8 docs! if i in wrong way benoit guide me Lenz McKAY Gerardo (PICCORO) http://qg

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
i think the problem are again in documentation or some misc-information search at documentation seem that the difference are the manipulation respect set of one its for ACII charset and the other seem are for UTF-8 BUT DOCUMENTATIION refers without linking.. i link with a "see also" and "adverti

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Christof Thalhofer
Am 14.12.2015 um 22:59 schrieb Tobias Boege: > I'm not sure what my brain thinks of it but my fingers *would* miss them :-) :-) You are young, you can train your finger's behaviour new. Alles Gute Christof Thalhofer -- Dies ist keine Signatur ---

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Tobias Boege
On Mon, 14 Dec 2015, wi...@develop.earthshipeurope.org wrote: > On 2015-12-14 22:45, Moviga Technologies wrote: > > They are the same. > > > > Beno??t, I've been wanting to ask if we could have an option to turn off > > one of the sets? As for me, I do not like the ones with dollar signs, > > but

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread willy
On 2015-12-14 22:45, Moviga Technologies wrote: > They are the same. > > Benoît, I've been wanting to ask if we could have an option to turn off > one of the sets? As for me, I do not like the ones with dollar signs, > but they are normally suggested first by the intellisense, and I have > to > d

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Moviga Technologies
They are the same. Benoît, I've been wanting to ask if we could have an option to turn off one of the sets? As for me, I do not like the ones with dollar signs, but they are normally suggested first by the intellisense, and I have to do an extra down arrow to get to the one that I want. -

[Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
i can see that documentations returns me as same, but why there's two! so whats different between "left$" and "left" string functions i not programer, but try to implement some hardware this month Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com