[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lost mail (was: a question about tables)
- From: "Mason Deaver" <mc.deaver@...>
- Date: Sun, 7 Oct 2007 15:44:54 -0500
I get list postings in Digest form -- Merick's old post that started
this thread is not in the Oct 7, 2007 10:00 AM (vol 70, issue 8)
digest, nor in the 3 prior digests.
So far I've not noticed any problems in the digests (old or
out-of-order posts, or missing posts that got replies that weren't
missing). going back about 2 months or so, that I can recall.
Mason
> Shmuel Zeigerman wrote:
> This has occurred already a few times: I receive a message from this list
> but don't receive the one that message replies to. In particular, I didn't
> receive a message from "dustpylex2". I spoke to my Internet provider and
> they said they don't do any spam/virus filtering on my email account.
>
> Is anyone experiencing the same? How that can be fixed?
>
> Merick wrote:
>> dustpylex2 wrote:
>>>
>>> Merick wrote:
>>>
>>>> I'm trying to get a handle on tables. Can some tell me, with these
>>>> declarations am I creating one single table "tiles" with "pic" and
>>>> "file"
>>>> as subsets of that table, or am I just creating three different tables?
>>>>
>>>> tiles = {}
>>>> tiles.pic = {}
>>>> tiles.file = {}
>>>>
>>>>
>>>>
>>>
>>> What your doing is essentially the equivalent of this:
>>>
>>> tiles = {pic={},file={}}
>>>
>>> So ya, they are subsets of tiles.
>>>
>> lol man, this is an old old post, I've already got tables figured out
>> since then
>>
>
>
> --
> Shmuel
>