My apologies, this may be a duplicate discussion.I'm using the following
script to display the values of check boxes in a text field. I would
like the word "and" to separate the values if two check boxes are
selected. If more than two boxes are selected I want the values to be
separated by a comma and then the last value be separated by "and".
Example of two check boxes selected: A and B. Example of two or more: A,
B, C, and D. Can this be done? form1.page1.page1SF.programs::calculate -
(JavaScr...