Hi All,
I need to read data from text file with 20 lines each line with some text
In the beging I want to read only the first 5 lines, and insert each line content into object.
i.e
$line1 = first line
$line2 = secound line.......
Can someone help me with writing the code?
Thanks Alon