Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

ScriptWorkspace.SelectedLines

Queries selected line numbers.

Component Version macOS Windows Linux Server iOS SDK
ScriptWorkspace 10.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "ScriptWorkspace.SelectedLines" { ; Ranges } )   More

Parameters

Parameter Description Example Flags
Ranges Whether to return list with ranges.
Pass 1 for ranges or 0 for just line numbers.
1 Optional

Result

Returns list or error.

Description

Queries selected line numbers.
If ranges is 1, we return ranges like "3-5¶7¶10-12", otherwise we return "3¶4¶5¶7¶10¶11¶12".

See also

Release notes

Blog Entries

This function checks for a license.

Created 4th December 2019, last changed 4th December 2019


ScriptWorkspace.SelectedLine - ScriptWorkspace.SetScriptListSearch

💬 Ask a question or report a problem