trying to read .txt incrementally..is it possible??
in
Programming Questions
•
9 months ago
I would like to read .txt incrementally using for loop..I know this isnt working, just for example:
i want to read action1.txt, action2.txt, action3.txt
for i = 0 to i = 3
read action[i].txt;
end
Is this possible??
and if so, could somone teach me how??
i want to read action1.txt, action2.txt, action3.txt
for i = 0 to i = 3
read action[i].txt;
end
Is this possible??
and if so, could somone teach me how??
1