Re: [Gambas-user] Removing last character of a string

2010-01-31 Thread Fabien Bodard
> For the -1 , yes very nice, but old habits, and daily use, could be the > end of innovations. > ??? the end of innovation ? in the past i 've done this kind of function by myself on vb to simplify the read of my code ... --

Re: [Gambas-user] Removing last character of a string

2010-01-30 Thread Charlie Reinl
Am Samstag, den 30.01.2010, 18:49 +0100 schrieb Fabien Bodard: > charlie ... string.something is for the utf8 strings > > and the left negative way is the good short way > > 2010/1/30 Charlie Reinl : > > Am Samstag, den 30.01.2010, 16:03 +0100 schrieb Alessandro Rinaldi: > >> The subject explains

Re: [Gambas-user] Removing last character of a string

2010-01-30 Thread Alessandro Rinaldi
Woops sorry, I tried to search in the docs before asking but couldn't find that :) Sorry again and thank you very much! -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise da

Re: [Gambas-user] Removing last character of a string

2010-01-30 Thread Fabien Bodard
charlie ... string.something is for the utf8 strings and the left negative way is the good short way 2010/1/30 Charlie Reinl : > Am Samstag, den 30.01.2010, 16:03 +0100 schrieb Alessandro Rinaldi: >> The subject explains everything... I really can't find a way to do that! >> Thank you >> > > Salu

Re: [Gambas-user] Removing last character of a string

2010-01-30 Thread Charlie Reinl
Am Samstag, den 30.01.2010, 16:03 +0100 schrieb Alessandro Rinaldi: > The subject explains everything... I really can't find a way to do that! > Thank you > Salut , take only the left side - 1 char Dim sText as String sText = "1234567890A" sText = String.Left(sText, String.Len(sText) - 1)

Re: [Gambas-user] Removing last character of a string

2010-01-30 Thread Werner
On 30/01/10 23:03, Alessandro Rinaldi wrote: > The subject explains everything... I really can't find a way to do that! > Thank you > from http://gambasdoc.org/help/lang/left PRINT Left$("Gambas", -1) returns Gamba --

[Gambas-user] Removing last character of a string

2010-01-30 Thread Alessandro Rinaldi
The subject explains everything... I really can't find a way to do that! Thank you -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in th