Hello,Iโm dong some work the include Screen scraping< I do so using Full text method and it works great,then I use (type into activity<<text=result of scraping) ,but now I want to write just the numbers not the full text,so any suggestions ?
Have a good day ![]()
input = Regex.Replace(input, โ[^0-9]+โ, string.Empty);
Thanks @ddpadil for the response,But Iโll need some help with using that code
Here we go.![]()
Main.xaml (9.2 KB)
Hello again, and thanks for your great help,but I got this Error when I tried to apply the solution
@ddpadil

