Difference between revisions of "Rawiter"

From GiderosMobile
(wip)
(No difference)

Revision as of 16:32, 2 February 2025

Available since: Gideros 2025.X
Class: (global)

Description

Iterates keys in a table, without invoking any metamethod. table must be a table, key may be any value.

(any) = rawiter(table,key)

Parameters

table: (table) table to iterate
key: (any) key value in the table

Return values

Returns (any) value from the table