[JW Lua] Reverse dumpproperties (Lua-table to properties)

Jari Williamsson jari.williamsson at mailbox.swipnet.se
Mon Nov 18 19:58:00 CET 2013


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





More information about the JWLua mailing list