Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Adds a value to an array.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
json | A JSON text or reference. | ["1","2"] |
Value... | The new text. | "Hello" |
Returns JSON code.
Add values to an array:
MBS( "JSON.AddValueToArray"; "[]"; 1; 2; 3; "Hello"; true )
Example result:
[1, 2, 3, "Hello", 1]
This function checks for a license.
Created 20th February 2024, last changed 20th February 2024