List.Repeat

List.Repeat(list as list, count as number) as list

返回作为原始列表 listcount次重复的列表。

示例:

创建将 {1, 2} 重复 3 次得到的列表。

使用情况:

List.Repeat({1, 2}, 3)

输出:

{1, 2, 1, 2, 1, 2}

results matching ""

    No results matching ""