Instance.PropertyArray.removeString()

Signature

boolean removeString (PropertyArrayString arr, String value)

Domain

ACTION, BUI

Description

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

Parameters

NameTypeDescription
arrPropertyArrayStringA PropertyArrayString for the action to be performed on.
valueStringCurrent value of the PropertyAtomString for removal.

Returns

TypeDescription
booleanif a PropertyAtomString is removed.

Cautions

none