in reply to Re: Check if object at start of array
in thread Check if object at start of array
That will work in most circumstances, but note these exceptions:
The linked code can produce undesirable results (false positives, false negatives) if the inserted object or an object in the array overrides numification or numerical equivalency.
The linked code can produce undesirable results (false positives, warnings) if the array contains non-references.
|
|---|