![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Support, 1. I'm new Automation Anyware 3.5 user in Korea. I knew that Debug mode is need for program location. Despite I had set Debug mode enabling, whenever F10 keyin, Debug mode is not working and I didn't know my want program location. After First and Second indication, Debug not worked. 2. I looked at online example for compare 2 column in Excel. I want to some example for compare 2 files in text file. 3. When I move line in program by mouse, AA program couldn't this work sometimes. Is this cause my pc Korea version Win2003 server? Thanks. S.W.Bok |
| |||
| Hello, 1) If you want to run your task in the debug mode i.e. one command at a time then you can insert breakpoints next to the command where you want the task to stop. 1.To insert breakpoints, you can select the command and insert breakpoint by clicking F9. 2.To remove the breakpoint, you can select the command and then a click on F9. 3.To clear all breakpoints, you can click on clear all breakpoints button in the task editor. 2) Can you please tell us what actually you want to compare? 3) If you want to move a line in the program, then you can keep focus on that line & you can click on green coloured up arrow & down arrow appearing in the line of ‘Task Actions List’ in the task editor. |
| |||
| Support, 1. For number 2 example. I had set my Task as below. a. Task: If $KIPI1$ Equal To $KIPI2$ Then Log to File: $Year$ NICE GOOD JOB in “D\NICE.log” End if b. Variable KIPI1 – read from c:\KIPIOLD.txt KIPI2 – read from c:\KIPINEW.txt c. KIPIOLD.txt and KIPINEW.txt in Notepad as write 1 2 3 4 5 d. After delete 4,5 in KIPINEW, I run my Task. And I looked at “2007 NICE GOOD JOB” in D:\NICE.log despite not Equal KIPI1 and KIPI2. 2. Some program AA good work but some program is not worked becuase Mouse point differ from original a little. My pc is Win2003 Korea version. What can I do? S.W.Bok |
| |||
| Number 2 question is changed as below. AA good work by AA screen. But in case of using Scheduling software run AA program as below, this is not work some program. It looks like mouse point is different from original a liitle. And then program stop. Do you have any other solution for this? "C:\Program Files\Automation Anywhere 3.5\Automation Anywhere.exe "C:\Program Files\Automation Anywhere 3.5\Automation Anywhere\My Tasks\sma_insta.atmn" /u",1 S.W.Bok |