Next Up Previous Contents
Next: make-section-reference
Up: Common functions for the Starlink stylesheets
Previous: code-to-string
[ID index][Keyword index]

stringlist->string

Description

Turn a list of strings into one string, with elements separated by a constant string.

Argument list
list = list of strings (Given)

List of strings to be joined

begin-string = string (Given)

String to start the list

sep-string = string (Given)

String to be inserted between each of the elements in list.

end-string = string (Given)

String to end the list

Return value

Type: string

Concatenated string


Next Up Previous Contents
Next: make-section-reference
Up: Common functions for the Starlink stylesheets
Previous: code-to-string
[ID index][Keyword index]