Standard.BaseDataArraysecondOn this pageArray.second second Group: Selections Documentation Get the second element from the array, or a Index_Out_Of_Bounds if the array doesn't have a second element. Useful when tuples are implemented as arrays. Examples The following code returns 2. [1, 2, 3, 4].to_array.second