Function Dump/Table Manipulation: Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 December 2024

  • curprev 23:2223:22, 10 December 2024 PRG talk contribs 4,907 bytes +4,907 Created page with "{{CatUp|Function Dump}} =Table Manipulation= This library provides generic functions for table manipulation. It provides all its functions inside the table table. Most functions in the table library assume that the table represents an array or a list. For these functions, when we talk about the "length" of a table we mean the result of the length operator. ===table.concat (table [, sep [, i [, j]]])=== Given an array where all elements are strings or numbers, ret..."