Search code examples
Using a variable as arithmetic operator in Lua...

lualua-table

Read More
Using a for loop with table.insert...

for-loopluainsertlua-table

Read More
Why do Lua tables avoid gaps when initializing the table differently?...

lualua-table

Read More
How to merge two tables overwriting the elements which are in both?...

mergelualua-table

Read More
Can I know from inside a subtable to which parent's key belongs directly while created?...

lualua-table

Read More
Iterate through a complex Lua table and delete table values until a specified text is found...

lualua-table

Read More
Iterate through Lua Table...

clualua-table

Read More
Lua exact match line from file...

nginxluanginx-reverse-proxylua-tableopenresty

Read More
Lua NGINX String find multi lines...

nginxlualua-tableopenresty

Read More
Lua NGINX How to get only one value from json POST body...

nginxlualua-tableopenresty

Read More
Lua: Replace text according to lookup table (3D?)...

lualua-table

Read More
How to redefine values in inner tables?...

recursionlualua-table

Read More
pico8 lua: unexpeted change of size of an array...

lualua-tablepico-8

Read More
Adding a new field to each array element in .lua...

lualua-tabletarantooltarantool-cartridge

Read More
How to rename fields in array in .lua...

lualua-tabletarantooltarantool-cartridge

Read More
Problem to enconde table to json (string index expected, got number)...

jsonlualua-table

Read More
Lua : remove duplicate elements...

lualua-table

Read More
Why is Lua treating tables as numbers?...

lualua-table

Read More
Lua - how to identify where any value in 1 list is not present in another list...

listluacomparelua-table

Read More
Do not lose reference to a table in a recursive function in Lua...

lualua-table

Read More
I don't Understand "How Lua save data on the same variable when we Iterate over it"...

lualua-table

Read More
What does "table:insert()" do?...

luainsertlua-table

Read More
How do I change a pre-defined variable in a table in Luau?...

luaiteratorlua-tableluau

Read More
Add all elements from a table to another table in lua...

lualua-table

Read More
why is tables in lua designed in this way?...

lualua-table

Read More
Is the order of access to hashkeys in tables different between lua5.1 and lua5.3?...

lualua-table

Read More
"for" about table in Lua...

lualua-table

Read More
Directly return a table entry from a (simplest) function in Lua...

luacoding-stylereturn-valuelua-table

Read More
Nesting of operators in Lua does not give correct answer...

luaoperatorslua-tableevaluationmetatable

Read More
Search for an item in a Lua list...

listlualua-table

Read More
BackNext