Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Adds a string to an array.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 4.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
json | A JSON text or reference. | ["1","2"] |
Value... | The new text. | "Hello" |
Returns JSON code.
Adds a string to an array:
MBS( "JSON.AddStringToArray"; "[\"1\",\"2\",\"3\"]"; "4")
Example result:
["1", "2", "3", "4"]
Adds 4 strings to an array:
MBS( "JSON.AddStringToArray"; "[]"; "1"; "2"; "3"; "4" )
Example result:
["1", "2", "3", "4"]
This function checks for a license.
Created 26th August 2014, last changed 5th June 2021