Difference between revisions of "Ar HasKey"
clarified examples
imported>Odessa (created) |
imported>Odessa (clarified examples) |
||
Line 11: | Line 11: | ||
|Type = arraykey}}}} | |Type = arraykey}}}} | ||
==Example== | ==Example== | ||
<pre> | |||
if eval Ar_HasKey SomeArray, SomeKey | |||
; SomeArray has SomeKey | |||
endif | |||
</pre> | |||
==Examples With Extraneous Context== | |||
<pre> | <pre> | ||
array_var aMagicNumberToString | array_var aMagicNumberToString |