Skip to content

Latest commit

 

History

History
73 lines (61 loc) · 2.29 KB

File metadata and controls

73 lines (61 loc) · 2.29 KB

Function: ArrayDelete

Delete first occurance of item in array case sensitive

Method Signature

ArrayDelete(array=[modifiableArray], value=[any], scope=[string])

Arguments

Argument Type Required Description Default
array modifiableArray true The array to be deleted from.
value any true The value to deleted.
scope string false one

Examples

Related