AutoPatrol, Bureaucrats, Administrators
481
edits
m (→Examples) |
m (Text replacement - "^" to "{{deprecated}}") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Check if given value is an element of given list. | Check if given value is an element of given list. | ||
Line 12: | Line 12: | ||
== Parameters == | == Parameters == | ||
:{| | :{| class="wikitable" | ||
|- | |- | ||
| ''string'' || String containing list of elements. | | ''string'' || String containing list of elements. | ||
Line 24: | Line 24: | ||
== Return Value == | == Return Value == | ||
'''TRUE''' if given value is an element of given list. | '''TRUE''' if given value is an element of given list, '''FALSE''' otherwise. | ||