Punctuate a List Using a Computation Variable
When you use a computation to generate a repeated list, you can use the FORMAT instruction to punctuate the list in sentence style.
To punctuate a repeated list in a computation
- Instruction models Script
- Replace the LIST_FORMAT placeholder with a punctuation format (such as "A, B, and C"). An example would be:
""
REPEAT Tour Information
FORMAT "a; b; and c"
RESULT + Name of City + ", " + Venue
END REPEAT