ilgCopy
ilgCopy( [w_tab] ) =>t
Description
Copies the selected text into public text buffer. This function does not work on read-only files.
Arguments
|
The window ID of the SKILL IDE editor window. Default is the current tab window. |
Value Returned
|
The operation was not successful because the file is read-only. |
Examples
ilgCopy( )
=> t
; text copied into public text buffer
Related Topics
Return to top