uCalc API Version: 2.1.3-preview.2 Released: 6/17/2026

Warning

uCalc API Preview Release Notice:The documentation describes the intended behavior of the API. The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.

ListPrefix

Method

Product: 

String Library

Class: 

String

Sets the prefix that is inserted at the start of lists

Syntax

ListPrefix(string)

Parameters

Prefix
string
Prefix that will be inserted at the start of a list

Return

String

Current uCalc String object

Remarks

Text that is returned as a list can have a prefix, postfix, and separators between elements. A list of items within curly braces might have an open curly brace as prefix, a comma as delimiter, and a closing curly brace as postfix.

Examples