For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated

Was this helpful?