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

Blog Entries

This function checks for a license.

Created 23th June 2016, last changed 31st December 2016


WordFile.SetFieldText - WordFile.SetMediaFile