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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    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

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


QuickList.Serialize - QuickList.SetValue

Feedback: Report problem or ask question.