hazzas
Technical User
- Aug 9, 2008
- 1
I'm in need of a bit help please anyone.
how can i read an external text file line by line and place its content into an individual array element. I cannot seem to achieve what i want with a script i found at the link below, as it uses a split command:
The content of the TextFile :
lineA
lineB
lineC
Array should receive:
0 - lineA
1 - lineB
2 - lineC
how can i read an external text file line by line and place its content into an individual array element. I cannot seem to achieve what i want with a script i found at the link below, as it uses a split command:
The content of the TextFile :
lineA
lineB
lineC
Array should receive:
0 - lineA
1 - lineB
2 - lineC