Zyko
June 7th, 2005, 10:07 AM
Hi!
I have searched all day for a way to find out how to loop out each line in a document.
for example:
lines.txt:
Line 1
Line 2
Line 3
and i want a string to be set for each row in the document
So this would set
(Loop nr1)
line=Line 1
(Loop nr2)
line=Line 2
and so on...
Does anyone know?
I have searched all day for a way to find out how to loop out each line in a document.
for example:
lines.txt:
Line 1
Line 2
Line 3
and i want a string to be set for each row in the document
So this would set
(Loop nr1)
line=Line 1
(Loop nr2)
line=Line 2
and so on...
Does anyone know?