i have 3 multi textbox's .. and one button..
it should lookup for the strings or numbers that available in the first textbox and not available in the second each string or number in new line.. and put it in the third on button click::
for example --> the user writes 200 name in the first textbox and 100 name in the second... and he click the button... it should appear the names that are not Available
so ..how to select a Specific line in the multi textbox and get the text from it?