JSONArray::Splice (open)
Removes values from the array, and adds some new ones
Syntax
// Core function, no LOADLIB necessary
OBJECT FUNCTION Splice(INTEGER start, INTEGER deletecount, VARIANT ARRAY vals)Parameters
INTEGER startPosition to delete/add elements
INTEGER deletecountNumber of elements to delete
VARIANT ARRAY valsValues to add