Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Changes
← Older edit
Newer edit →
Manuals/calci/MATCH
(view source)
Revision as of 12:37, 21 January 2014
No change in size
,
12:37, 21 January 2014
no edit summary
Line 13:
Line 13:
e.g.
e.g.
−
MATCH("A",
{
"A","B","C"
}
,1) returns relative position of 'A' as '''1'''.
+
MATCH("A",
[
"A","B","C"
]
,1) returns relative position of 'A' as '''1'''.
−
MATCH(44,
{
40,42,44
}
,1) returns relative position of '44' as '''3'''.
+
MATCH(44,
[
40,42,44
]
,1) returns relative position of '44' as '''3'''.
*MATCH() displays the relative position of the matched value in an array.
*MATCH() displays the relative position of the matched value in an array.
Swapna
writer
2,661
edits