On 2013-11-18 17:26, Bart Visser wrote: > I'm looking for something like: > > for k, v in pairs(table_with_properties) do > page_format:SetProperty(k, v) > end Use the syntax: page_format[k] = v Best regards, Jari Williamsson