list_auto_populate (integer count, function process[, list l]) ⇒ list
Returns a list with count autofilled items and generated by a function, process. A list, l, can be specified to append to.
First available: Version 1.7.6
Examples
YASS
$l = list_auto_populate(100, function() return random_number(0, 100) end function) print($l)

There are no comments on this page.
Comments are welcome and encouraged, including disagreement and critique. However, this is not a space for abuse. Disagreement is welcome; personal attacks, harassment, or hate will be removed instantly. This site reflects personal opinions, not universal truths. If you can’t distinguish between the two, this probably isn’t the place for you.
Comments powered by BalfComment