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
- Version 14.3
- Added QuickList.JSONArray function.
Blog Entries
- QuickList.JSONArray vs. QuickList.JoinJSON
- MBS FileMaker Plugin 14.3 News
- MBS FileMaker Plugin, version 14.3pr2
This function checks for a license.
Created 7th June 2024, last changed 7th June 2024