ArrayDeleteNoCase
Delete first occurance of item in array case sensitive
Method Signature
ArrayDeleteNoCase(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
Which matches to delete: "one" (default) deletes the first matching value, "all" deletes every matching value.
one
Examples
Related
Last updated
Was this helpful?
