I have data in string which is 6 / 8 or sometimes more lines like this :
part: size actsize name
0dtm: 000a0000 00020000 "misc"
1dtm: 00480000 00020000 "every"
2dtm: 00300000 00020000 "hexs"
3dtm: 0fa00000 00020000 "stem"
4dtm: 02800000 00020000 "ache"
5dtm: 093a0000 00020000 "data"
i need from second to total/last line / first and fourth word from each line like this :
from total lines i need first and fourth word from each line
0dtm / misc // <-- needed data
same thing for total number of lines
2dtm / every // <-- needed data
note : number of lines is not always same
as the number of lines is not always same so i cannot use copy funstion any other suggestion ?
thx