794 bytes added
, 09:20, 20 April 2020
*[[ Z3 | << Z3 Home ]]
*[[ Z%5E3_Language_Documentation | Z3 Language Documentation]]
*[[ Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member Functions]]
==Array.addsequence(InFront, StartFrom, OptionalSequenceArray)
Returns the added sequence of the value in the last column when the InFront value as "0"(default).Or the added sequence value will be display as the first column when the InFront value as "1".
|3,3,1..10|.addsequence(0,11)
{|class ="wikitable"
|-
|1 || 2 || 3 || 11
|-
|4 || 5 || 6 || 12
|-
|7 || 8 || 9 || 13
|}
|3,3,123..145|.addsequence(1,1,(-10)..10)
{|class ="wikitable"
|-
| -10 || 123 || 124 || 125
|-
| -9 || 126 || 127 || 128
|-
| -8 || 129 || 130 || 131
|}
==See Also==
[[Array.addcolumn() |Addcolumn]]
[[Array.addrow() |Addrow]]