RepeatElement (open)
Return an array with a specific number copies of a value.
Syntax
// Core function, no LOADLIB necessary
VARIANT FUNCTION RepeatElement(VARIANT element, INTEGER count)Parameters
VARIANT elementElement value to place in the array
INTEGER countHow many copies of element to place in the array
Return value
VARIANTArray with the specified number of elements.