[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question about erasing tables
- From: J Doe <general@...>
- Date: Tue, 4 Jul 2017 15:11:25 -0400
> On Jul 3, 2017, at 3:57 PM, nobody <nobody+lua-list@afra-berlin.de> wrote:
>
>> On 2017-07-03 21:04, J Doe wrote:
>> As a side question of that - how do people model a table or
>> array-type structure that has nils ? Is a sentinel value like 0
>> used instead ?
Hi nobody,
Wow, thank you for your in-depth response and sample code! That was very helpful and I will be migrating your suggestions to my personal Lua notes.
Cheers,
- J