Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

ScriptWorkspace.StyledScriptText

Queries text of current script.

Component Version macOS Windows Linux Server 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

Release notes

Blog Entries

This function checks for a license.

Created 21st February 2020, last changed 21st February 2020


ScriptWorkspace.StepsVisible - ScriptWorkspace.Tabs