Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
JSON.CreateStringArrayWithList
Creates a new JSON with a string array with given values.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
JSON | 4.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "JSON.CreateStringArrayWithList"; valueList )
Parameters
Parameter | Description | Example value |
---|---|---|
valueList | List of values separated by return character. | "Hello¶World" |
Result
Returns JSON code or error.
Description
Creates a new JSON with a string array with given values.Examples
Create a list:
MBS( "JSON.CreateStringArrayWithList"; "Hello¶World¶Test" )
See also
JSON.CreateStringArray - JSON.CreateTrue
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins