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
RichText.ReadURL
Reads a text file from an URL.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| RichText | 3.0 | Yes | No | No | Yes, macOS only | Yes |
MBS( "RichText.ReadURL"; URL ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| URL | The URL to the text file. | $URL |
Result
Returns OK or error message.
Description
Reads a text file from an URL.The plugin uses Mac system functions to read text files including plain text files, RTF files, Word files in doc or xml format, webkit archives or OpenOffice documents.
Warning: The plugin can only read/write the styles/formats which Apple supports for their cocoa framework.
Examples
Read formatted text from container field:
$r = MBS( "RichText.ReadURL"; "file:///Users/Desktop/test.txt" )
$text = MBS( "RichText.FormattedText" )
See also
Example Databases
Created 18th August 2014, last changed 14th August 2017
RichText.ReadText - RichText.ReadWebviewer
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins