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.SetList

Sets the list to the content of the passed list.

Component Version macOS Windows Linux Server iOS SDK
List 4.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "QuickList.SetList"; ListRef; Text { ; Separator } )   More

Parameters

Parameter Description Example Flags
ListRef The reference to the list returned from QuickList.New function. $List
Text New content for the list. "Hello¶World¶Test"
Separator The separator to use. Can be ASCII character number (e.g. 9 for tab) or a text where we use first character as separator. "|" Optional

Result

Returns OK or error.

Description

Sets the list to the content of the passed list.

See also

Blog Entries

This function checks for a license.

Created 21st September 2014, last changed 23th September 2014


QuickList.Serialize - QuickList.SetValue

💬 Ask a question or report a problem