ilgScrollToLocation
ilgScrollToLocation(l_location[w_tab] ) =>t/nil
Description
Scrolls to the specified location in the specified SKILL IDE editor window or tab.
Arguments
|
Coordinates of the location to scroll to. The list is in the format x_column x_row. |
|
Value Returned
Examples
To scroll to column 2 and row 30 in the current SKILL IDE window:
ilgScrollToLocation('(2 30))
=> t
Related Topics
Return to top