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

QuickList.JSONArray

Returns all texts in the QuickList as a JSON array.

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

Parameters

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

Result

Returns JSON or error.

Description

Returns all texts in the QuickList as a JSON array.

Examples

Try it:

MBS("QuickList.JSONArray"; MBS("QuickList.New"; "Hello¶World"; ¶))

Example result:
["Hello", "World"]

See also

Release notes

Blog Entries

This function checks for a license.

Created 7th June 2024, last changed 7th June 2024


QuickList.InsertValue - QuickList.JoinJSON