Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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.Free"; $q)]
Set Variable [$r; Value:MBS("QuickList.Free"; $o)]

See also

Blog Entries

This function checks for a license.

Created 12nd November 2014, last changed 12nd December 2014


QuickList.AddPrefix - QuickList.AddSQL

💬 Ask a question or report a problem