ilgAppendText
ilgAppendText(t_text[w_tab] ) =>t/nil
Description
Inserts text into the SKILL IDE editor window at the current cursor location.
Arguments
|
The window ID of the SKILL IDE editor window. Default is the current tab window. |
Value Returned
Examples
ilgAppendText("hello IDE")
=> t
Related Topics
Return to top