Prevents the property value from being split into a list of values.
Use this control with the Document Properties Marker Macro (third column) to suppress the split of the property value into a list.
A macro decides, whether the value is a single value or a list of value. This is typically done by searching for commas. Some macros allow the author to state that the value is a single value despite the occurrence of a comma by honoring this property control.
Resources
- value-separator
- Allows to specify an alternative value separator.
- Using Commas in Property Values
- Property values are inherently considered to be a list of strings. Typically this a good thing since it makes working with list of names very easy. Sometimes it makes things more difficult.