...without using the "send" command.
Once complete-gets the result from the calculator display and show it in a message box (this wont be the difficult part). I just need it to simulate the clicks to add two numbers, but I've hit a total mental block and I'm fairly new to AutoIT. I just commented out the very end where I got stuck so please excuse the sloppiness lol. At that point I was just writing in things to try and refresh any memory I have of coding. Thanks a ton in advance for any assistance..
AutoIt
While 1 ; Asks user for first number in the adding equation ; Validates input is a positive integer While 2 ; Asks user for second number in the adding equation ; Validates input is a positive integer ; Calculates the two inputs without using "send" command #cs $x = $iNum1 $z = StringLen($x) For $iNum1 = 0 to $z Case 1