info("procedureselectedtext")

The info(“procedureselectedtext”) function returns the selected source code in the current procedure window.


Description

This function returns the selected source code in the current procedure window (if any other type of window is frontmost, an error will be returned. This function returns only the currently selected source code (use info(“proceduretext”) if you want all of the text.). If there is nothing currently selected, this function returns empty text.

If you need to know the position of the selected text, use the info(“procedureselectionstart”), info(“procedureselectionend”) and info(“procedureselectionlength”) functions.


See Also


History

VersionStatusNotes
10.0NewNew in this version.