| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
SyntaxColoring.SetFormatAddSpaceBeforeSemicolon
Sets whether calculation formatting should add space before semicolons.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| SyntaxColoring | 16.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.SetFormatAddSpaceBeforeSemicolon"; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Value | The new flag. | 1 |
Result
Returns OK or error.
Description
Sets whether calculation formatting should add space before semicolons.Examples
Turn on:
MBS( "SyntaxColoring.SetFormatAddSpaceBeforeSemicolon"; 1 )
See also
Release notes
- Version 16.1
- Added SyntaxColoring.GetFormatAddSpaceBeforeSemicolon and SyntaxColoring.SetFormatAddSpaceBeforeSemicolon function to set whether to add space before semicolon for our calculation formatting.
Blog Entries
This function is free to use.
Created 18th January 2026, last changed 18th January 2026
SyntaxColoring.SetFontSize - SyntaxColoring.SetFormulasWithDashLinks