Do addition using scrapped data from notepad

Hi
Scrapping data (numbers) from notepad and make addition of those numbers. Each number is in separate line. Scrapped data is in string. Couldn’t perform addition. Please help or share any .xaml file for this
Thanks in advance

I am not able to share the .xaml but I can give you some hints.
First, write some numbers in notepad.
Second, use screen scrapping method from uipath
Third, use split to split the extracted string into bits of strings, then use int32 to convert those strings in integers, afterwards to the addition.

[edit]corrected numbers to integers

Let me know if you encounter any problems