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 start

Position to delete/add elements

INTEGER deletecount

Number of elements to delete

VARIANT ARRAY vals

Values to add

Return value

OBJECT
Possible objecttypes:

Object with the removed values