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. |
|