Changes

Jump to navigation Jump to search
Line 8: Line 8:  
Get the nth element from the array. SomeCount (default as 1) of elements from the nth index is given. Result is an array.
 
Get the nth element from the array. SomeCount (default as 1) of elements from the nth index is given. Result is an array.
   −
If the first element is required, use the Array.firstelement() or Array.lastelement().
+
If the first element is required, use the Array.firstelement() or Array.lastelement(). Note that Array.first(Count) and Array.last(Count) give array of numbers as result.
    
The following are the easier way to get the xth element from an array. If multidimensional array, it gives the xth row.
 
The following are the easier way to get the xth element from an array. If multidimensional array, it gives the xth row.
2,824

edits

Navigation menu