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.StyledScriptText
Queries text of current script.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ScriptWorkspace | 10.1 | Yes | No | No | No | No |
MBS( "ScriptWorkspace.StyledScriptText" { ; Mode } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Mode | The mode to use. Can be HTML, RTF, StyledText or Text. Default is StyledText. |
"StyledText" | Optional |
Result
Returns text or error.
Description
Queries text of current script.Can return text as styled text, plain text, html or rtf.
Maybe useful for automation workflows where you like to evaluate an expression by hotkey which puts current scripttext into a CMS for your website or writes to it to a text file to compare differences later.
Examples
Query text as styled text:
MBS( "ScriptWorkspace.StyledScriptText"; "StyledText")
See also
Blog Entries
- Neues MBS FileMaker Plugin 10.1 - Über 6100 Funktionen in einem Plugin
- MBS FileMaker Plugin 10.1 - More than 6100 Functions In One Plugin
- MBS FileMaker Plugin, version 10.1pr5
Release notes
- Version 10.1
- Added ScriptWorkspace.StyledScriptText and ScriptWorkspace.CopyScriptText functions.
Created 21st February 2020, last changed 21st February 2020
ScriptWorkspace.StepsVisible - ScriptWorkspace.Tabs
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins