InterviewSolution
Saved Bookmarks
| 1. |
What Is The User-defined Function? |
|
Answer» A user define function is a collection of power script STATEMENTS that perform some PROCESSING. Two types of user define function : Global function : Accessible any whare in the application. Object Level function :Object Level functions are DEFINED for a WINDOW, menu, user object or application object. A user define function is a collection of power script statements that perform some processing. Two types of user define function : Global function : Accessible any whare in the application. Object Level function :Object Level functions are defined for a window, menu, user object or application object. |
|