InterviewSolution
Saved Bookmarks
| 1. |
Explain Helt Close Keyword? |
|
Answer» When PB encounters HALT WITHOUT the keyword CLOSE, it immediately terminates the APPLICATION. When PB encouters HALT with the keyword CLOSE, it immediately EXECUTED the SCRIPT for the close event for the application and then terminates the applicaiton. When PB encounters HALT without the keyword CLOSE, it immediately terminates the application. When PB encouters HALT with the keyword CLOSE, it immediately executed the script for the close event for the application and then terminates the applicaiton. |
|