Instance.PropertyArray.removeLong()

Signature

boolean removeLong (PropertyArrayLong arr, long value)

Domain

ACTION, BUI

Description

This method removes the first occurrence of PropertyAtomLong for which the current value equals to value from a PropertyArrayLong. It returns true and shifts all the subsequent array elements PropertyAtomLong to the left (substracts one to their indices) if the PropertyAtomLong is found, false otherwise.

Parameters

NameTypeDescription
arrPropertyArrayLongA PropertyArrayLong for the action to be performed on.
valuelongCurrent value of the PropertyAtomLong for removal.

Returns

TypeDescription
booleanif a PropertyAtomLong is removed.

Cautions

none