'What to something like this?
Dim TheMarker(5) As String = Array As String("m1", "m2", "m3", "m4", "m5") 'Also works without No. 5
For Each m As String In TheMarker
Log(m)
Next
thank you erel very very well as usual !
however I have a list of marker and will not be defined how much in total because it evolves regularly and it is well the declaration of m1, m2, m3 etc ... that embarrasses me