in reply to Re^2: How to store multiples lines/records in a array
in thread How to store multiples lines/records in a array

is thier any way where we can fetch each line based on line size

Sure, a)determine line size (some kind of number) b) store size in a variable (some kind of number) c) use variable instead of hard coded number ( 5 or 6)

  • Comment on Re^3: How to store multiples lines/records in a array (variable)