Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Adds an array to an existing array.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 10.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
json | A JSON text or reference. | ["1","2"] |
OtherJSON... | A second JSON text or reference. Can be arrays to take their items or JSON values. |
["3","4"] |
Returns OK or error.
Adds arrays:
MBS("JSON.AddArrayToArray"; "[1,2]"; "[3,4]"; "[5]")
This function checks for a license.
Created 2nd April 2020, last changed 5th June 2021