[Gambas-user] Removing last character of a string

Charlie Reinl Karl.Reinl at ...2345...
Sat Jan 30 16:11:47 CET 2010


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)


-- 
Amicalement
Charlie





More information about the User mailing list