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

QuickList.InsertValue

Inserts a value to a list.

Component Version macOS Windows Linux Server iOS SDK
List 5.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "QuickList.InsertValue"; ListRef; Index; Text )   More

Parameters

Parameter Description Example
ListRef The reference to the list returned from QuickList.New function. $List
Index the index where to insert. 0
Text The text to add. "Hello"

Result

Returns OK or error.

Description

Inserts a value to a list.
Please note that QuickList.AddValue is more efficient than inserting.

See also

This function checks for a license.

Created 2nd August 2015, last changed 2nd August 2015


QuickList.IndexOfFirstValueMatching - QuickList.JoinJSON