The CTS field is used to begin a conditional text section. A CTS field must always be followed by a corresponding CTE field. The field code must contain one or more build tags that specify whether the enclosed text is included. The conditional section is included when at least one build tag evaluates to True. The conditional section is excluded if all build tags evaluate to False. Conditional sections may spawn multiple topics.

Format

{ \HP CTS "BuildTag1"[, "BuildTag2"[, …]] }

Where BuildTag1 specifies the condition that determines whether the enclosed text is included.

Example

{ \HP CTS "FullVersion", "UltimateVersion" }Some Text{ \HP CTE }

See Also

Reference | Help Producer Fields | CTE Field