Skip to content
Prev 280763 / 398503 Next

Indexing multi-dimensional table

Thanks. alist seems to produce empty list entries for missing arguments. It
wasn't clear to me how to generate one at run time. For example, how does
one append an empty list element? c(x,) produces "argument 2 is empty".
However I've discovered 

	c(alist(x,y),alist(),alist(z))

produces an empty entry between y and z. This will likely fit better in the
code I currently have.
A matter of taste, I guess. Speaking strictly for myself, I am annoyed by
needless repetition (particularly of mostly irrelevant matter such as
output, signature tags, subject name, to/from lines and quotes of quotes of
quotes) not to mention the tedium of such in a long reply stream making it
hard sometimes to locate the relevant replies. Omitting the things I've
listed perforce means a partial quote.

DAV