| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
ScriptWorkspace.SelectGroup
Selects a group of scripts.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| ScriptWorkspace | 16.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "ScriptWorkspace.SelectGroup"; Group { ; Expand } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Group | The group name. | "Invoices" | |
| Expand | Whether to expand the item. Pass 1 to expand or 0 to keep it. |
1 | Optional |
Result
Returns OK or error.
Description
Selects a group of scripts.Examples
Select a group:
MBS( "ScriptWorkspace.SelectGroup"; "Imports")
See also
- ScriptWorkspace.SelectedLine
- ScriptWorkspace.SelectedLines
- ScriptWorkspace.SelectLine
- ScriptWorkspace.SelectLines
Release notes
- Version 16.1
- Added ScriptWorkspace.SelectGroup function.
Blog Entries
This function is free to use.
Created 30th January 2026, last changed 12nd February 2026
ScriptWorkspace.ScrollToSelection - ScriptWorkspace.SelectLine