Instance.PropertyArray.removeString()
Signature
boolean removeString (PropertyArrayString arr, String value)
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
Name | Type | Description |
arr | PropertyArrayString | A PropertyArrayString for the action to be performed on. |
value | String | Current value of the PropertyAtomString for removal. |
Returns
Type | Description |
boolean | if a PropertyAtomString is removed. |