You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

projectdoc Toolbox

Prevents the property value from being split into a list of values.

Tags
Type
boolean
Default Value
true
Since
1.13

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

is-single-value
Prevents the property value from being split into a list of values.
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.



  • No labels