Re: [Gambas-user] .Find only from position "1"?

2016-03-15 Thread Rolf-Werner Eilert
I found the reason: There is a white space starting the string with the fieldnames, i. e. the first element begins with " ". In the Gambas IDE (list with array contents) a whitespace is hardly visible. Maybe it would be an idea to indicate it by replacing it with another, unique character like

[Gambas-user] .Find only from position "1"?

2016-03-14 Thread Rolf-Werner Eilert
Have just stumbled over this one. To make things short, elements of an address have to be collected. This is the code snippet: feld = Split(felderKopieAdresse[lsKopieAdresse.Index], ",") For i = 0 To feld.Max If links.Find(feld[i]) > -1 Then adresse.Add(rechts[links.Find(feld[