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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    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

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


ScriptWorkspace.SelectedLine - ScriptWorkspace.SetScriptListSearch

Feedback: Report problem or ask question.