Placeholder | Replace With |
list_format | An example of the conjunction and punctuation desired, for example, a, b, and c or a; b; or c. |
The format "list_format" instruction allows you to create a sentence-style list within a computation.
For example, perhaps you want the items in your list to appear with the final comma preceding the and. Your script would look like this:
""
repeat EducationInformation
format "A, B, and C"
result + EarnedDegree
endRepeat
result
Once a user has provided the list of educational degrees in EducationInformation, the format instruction ensures that the requisite commas are in place.
In a script, the format instruction should be placed immediately after the repeat instruction for repeated dialogs.