[Gambas-user] For Each Line in String

abbat81 abbat.81 at ...787...
Sat Aug 17 20:13:47 CEST 2013


It works if line if full
but I need some part of line.


Works:

FOR EACH Sb IN Elt
  PRINT Sb
NEXT


I need:

FOR EACH Sb IN Elt
  PRINT Left(Sb, 5)
NEXT


It gives me 5 chars of first line only. I should get every 5 chsrs of every
line.




--
View this message in context: http://gambas.8142.n7.nabble.com/For-Each-Line-in-String-tp42889p42891.html
Sent from the gambas-user mailing list archive at Nabble.com.




More information about the User mailing list