Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error Handling
#8
example

Macro Macro1466
Code:
Copy      Help
out
run "notepad"
1
int i
for i 0 3
,out "activate Notepad"
,act "Notepad" ;;throws error if Notepad not found
,err ;;handles the error
,,out "Notepad not found"
,,continue
,out "close Notepad"
,clo "Notepad"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)