_ArrayToShift

Creates a shift register from the given array

Lists.au3
_ArrayToShift( $aArray )

parameters

$aArray Array to transfer to shift register

return value

array value Shift register array as handle

@error

1 Parameter not an array
2 Array is empty

related

_ShiftCreate, _ShiftIsShift, _ShiftToArray