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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ScriptWorkspace.SelectedLines
Queries selected line numbers.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
- ScriptWorkspace.ScrollToLine
- ScriptWorkspace.SelectedLine
- ScriptWorkspace.SelectLine
- ScriptWorkspace.SelectLines
Blog Entries
Release notes
- Version 10.0
- Added ScriptWorkspace.SelectedLines function.
Created 4th December 2019, last changed 4th December 2019
ScriptWorkspace.SelectedLine - ScriptWorkspace.SetScriptListSearch
Feedback: Report problem or ask question.
Links
MBS FileMaker blog