InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Show_editor And Edit_textitem? |
|
Answer» Show editor is the generic built-in which ACCEPTS any editor NAME and takes some INPUT string and returns modified output string. Whereas the edit_textitem built-in needs the input focus to be in the TEXT item before the built-in is executed. Show editor is the generic built-in which accepts any editor name and takes some input string and returns modified output string. Whereas the edit_textitem built-in needs the input focus to be in the text item before the built-in is executed. |
|