Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread PICCORO McKAY Lenz
2015-12-10 15:03 GMT-04:30 ML : > For example take newline or LineFeed. ASCII code &H0A. Non-printable, > but in Linux -and Gambas- you can refer to it as "\n". I made a loop until Lof(buffer) and the "\n" are not taken same as the ascii u mentioned, but this its minor problem that i can deal later

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread ML
On 2015-12-10 15:23, Benoît Minisini wrote: > Le 10/12/2015 19:19, PICCORO McKAY Lenz a écrit : >> 2015-12-10 13:21 GMT-04:30 ML : >>> Gerardo, >>> >>> I think you speak spanish, I've been to your site. I'll switch to ES-AR. >> YEAH, the mail report correct! >>> If I'm wrong, then please accept my

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread PICCORO McKAY Lenz
hi Jussi 2015-12-10 13:50 GMT-04:30 Jussi Lahtinen : > I recommend to use String.Len() and String.Mid(), because they can handle > unicode characters. > I have tried it. The problem: the data is not always to be returned as expected, sometimes there's a garbage or a carriage return in the string du

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread Benoît Minisini
Le 10/12/2015 19:19, PICCORO McKAY Lenz a écrit : > 2015-12-10 13:21 GMT-04:30 ML : >> Gerardo, >> >> I think you speak spanish, I've been to your site. I'll switch to ES-AR. > YEAH, the mail report correct! >> If I'm wrong, then please accept my apologies, tell me, and I'll repost >> in US-EN. > i

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread PICCORO McKAY Lenz
2015-12-10 13:21 GMT-04:30 ML : > Gerardo, > > I think you speak spanish, I've been to your site. I'll switch to ES-AR. YEAH, the mail report correct! > If I'm wrong, then please accept my apologies, tell me, and I'll repost > in US-EN. i'll paste also in US due for others if are need later when we

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread Jussi Lahtinen
I recommend to use String.Len() and String.Mid(), because they can handle unicode characters. Jussi On Thu, Dec 10, 2015 at 7:51 PM, ML wrote: > Gerardo, > > I think you speak spanish, I've been to your site. I'll switch to ES-AR. > If I'm wrong, then please accept my apologies, tell me, and

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread ML
Gerardo, I think you speak spanish, I've been to your site. I'll switch to ES-AR. If I'm wrong, then please accept my apologies, tell me, and I'll repost in US-EN. Tenés que iterar con un FOR-NEXT teniendo en cuenta la longitud del string. Por ejemplo, pon esto en FORM_OPEN: Dim myString As St

[Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread PICCORO McKAY Lenz
of the chari have a String "var1" = "this its a string" how can i print each position/char of the string including the spaces! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com --