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

QuickList.AddQuickList

Adds the content of second list to first list.

Component Version macOS Windows Linux Server iOS SDK
List 5.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "QuickList.AddQuickList"; ListRef; ListRef2 )   More

Parameters

Parameter Description Example
ListRef The reference to the list returned from QuickList.New function. $List
ListRef2 The reference to the list returned from QuickList.New function. $List

Result

Returns OK or error.

Description

Adds the content of second list to first list.

Examples

Build two quicklists and add one to other:

Set Variable [$q; Value:MBS("QuickList.New"; "Hello¶World")]
Set Variable [$o; Value:MBS("QuickList.New"; "1¶2")]
Set Variable [$r; Value:MBS("QuickList.AddQuickList"; $q; $o)]
Show Custom Dialog [MBS("QuickList.GetList"; $q)]
Set Variable [$r; Value:MBS("QuickList.Release"; $q)]
Set Variable [$r; Value:MBS("QuickList.Release"; $o)]

See also

Blog Entries

This function checks for a license.

Created 12nd November 2014, last changed 14th December 2023


QuickList.AddPrefix - QuickList.AddSQL