Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
Syntax
List.Buffer(list as list) as list
About
Buffers the list list in memory. The result of this call is a stable list.
Example
Create a stable copy of the list {1..10}.
Usage
List.Buffer({1..10})
Output
{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}