getParam (OID, Index).remove

Removes a parameter element. If the parameter is an array with more than one element, the element at the index location is removed.

Syntax

params.getParam ([oid], [index]).remove();

Parameters

Parameter

Type

Required

Description

OID

String or Integer

Yes

OID can be a string or an integer, depending on how the parameter is defined.

Index

Integer

Yes

Array parameter index. If the parameter is not an array parameter, use an Index of 0.

Returns

N/A

Example

Coming soon.