This UDF contains functions to make the handling of arrays more effective and elegant. Besides functions which are inspired by Python's range-create and its array-slicing, most of the functions are ...
$aVar[0] = "My" ; Add item 'My' to position 0 of array $aVar[1] = "First" ; Add item 'First' to position 1 of array $aVar[2] = "Array" ; Add item 'Array' to position ...