lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Re: table.sort question
From
: Daurnimator <quae@
...
>
Date
: Wed, 19 Oct 2016 10:03:32 -0700
On 19 October 2016 at 09:53, Dietmar Segbert
<
didi.segbert@arcor.de
>
wrote:
i have a list
local vAdressen = {}
local vAdr = {}
local vAdr.Name = ""
local vAdr.City = ""
This is not a list; nor is it valid lua code.
did you mean:
local vAdressen = {}
local vAdr = {}
vAdr.Name = "";
vAdr.City = ""
vAdressen[1] = vAdr
References
:
table.sort question
,
Dietmar Segbert
Prev by Date:
Re: table.sort question
Next by Date:
Re: table.sort question
Previous by thread:
Re: table.sort question
Next by thread:
Re: table.sort question
Index(es):
Date
Thread