Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

List.AddValue

Adds a value to the list.

Component Version macOS Windows Linux Server iOS SDK
List 7.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "List.AddValue"; List; Text )   More

Parameters

Parameter Description Example
List The list to process. "Hello" ¶ "" ¶ "World"
Text The text to add. "Hello"

Result

Returns list or error.

Description

Adds a value to the list.
For big lists, using QuickList functions is much faster. The list is only parsed once and stored in memory.

Examples

Adds a value to a list:

MBS( "List.AddValue"; "Hello¶World"; "Third" )

Example result:
Hello
World
Third

See also

Release notes

This function checks for a license.

Created 11st March 2017, last changed 15th January 2024


List.AddPrefix - List.And