Changes

Jump to navigation Jump to search
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.
writer
2,661

edits

Navigation menu