Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Disables line numbers in FileMaker Scripts.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 3.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
This function was deprecated.
none
Returns OK on success.
Enable or disable Line Numbers:
If (Enable)
Set Variable [$r; MBS( "SyntaxColoring.LineNumbers.Enable" )]
else
Set Variable [$r; MBS( "SyntaxColoring.LineNumbers.Disable" )]
end if
This function is free to use.
Created 18th August 2014, last changed 7th January 2023
SyntaxColoring.HelpMenu.SetEnabled - SyntaxColoring.LineNumbers.Enable