Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WordFile.SetMarkers
Sets the markers to look for before/after a tag.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WordFile | 6.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "WordFile.SetMarkers"; WordFile; OpenMarker; CloseMarker ) More
Parameters
Parameter | Description | Example |
---|---|---|
WordFile | The reference number of the open word file. | $wordFile |
OpenMarker | The new marker to search before tag. | "«" |
CloseMarker | The new end marker. | "»" |
Result
Returns 1, 0 or error.
Description
Sets the markers to look for before/after a tag.Default are « and ».
Should be different and not empty.
Returns 1 on success or 0 on failure.
Please don't use < or > for markers as those conflict with XML structure.
See also
Release notes
- Version 9.2
- Fixed bug with WordFile.SetMarkers.
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 23th June 2016, last changed 31st December 2016