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
Text.WriteToContainer
Write a text as a FILE in a container.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Text | 4.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "Text.WriteToContainer"; Text { ; Encoding; FilePath } ) More
(old name: String.WriteToContainer)
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Text | The text to save. | "Hello World" | |
| Encoding | The text encoding for text parameter. Default is native. Possible encoding names: ANSI, ISO-8859-1, Latin1, Mac, Native, UTF-8, DOS, Hex, Base64 or Windows. More listed in the FAQ. |
"UTF-8" | Optional |
| FilePath | The file name to include in the container value. | "test.txt" | Optional |
Result
Returns OK or error.
Description
Write a text as a FILE in a container.The result can be assigned to a container field and later be exported.
Examples
Writes some text to container:
MBS("Text.WriteToContainer"; "Hello World"; "UTF-8"; "test.txt")
See also
Blog Entries
Created 18th October 2014, last changed 18th April 2016
Text.WriteTextFile - TextView.AppendStyledText
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins