Hi all,
My requirement is like this:
i am searhing for a string in a member. And i got the starting postion of that string into a variable S. Now from the starting postion i want to read the characters till the end of the line. Is there any way to do this.
For example:
My search string is abc. so in 5 lines i am going to search for this string.
hhhhhhhh
yyyyyyyyyy
bbbbbbbbbbbb
rrrtrtabctyuttt
ttyyuuuiiiooo
so my search string is there in 4th line and starting position of a in abc is 7 which is present in S. So using this starting postion can i just pull abctyuttt to a variable and display the value.
Can any one help me in achieving this. Please let me know if you need any more info.
Thanks.