ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan via ntg-context <ntg-context@ntg.nl>
To: Hans Hagen via ntg-context <ntg-context@ntg.nl>
Cc: Aditya Mahajan <adityam@umich.edu>
Subject: Re: Merging two lua tables
Date: Tue, 30 Aug 2022 01:52:40 -0400 (EDT)	[thread overview]
Message-ID: <nycvar.YAK.7.78.908.2208300152241.4216@nqv-guvaxcnq> (raw)
In-Reply-To: <78d588d8-1f59-3091-288b-0daae89bac4e@xs4all.nl>

On Mon, 29 Aug 2022, Hans Hagen via ntg-context wrote:

> On 8/29/2022 2:20 PM, Aditya Mahajan via ntg-context wrote:
> > Hi,
> > 
> > How do I merge two lua tables? I believe that table.merge or table.merged
> should do the trick, but I cannot figure out how to use them.
> > 
> > ```
> > local t1 = { 1, 2 }
> > local t2 = { 8, 9 }
> > 
> > local m1 = {}
> > table.merge(m1,t1, t2)
> > table.print(m1)
> > 
> > local m2 = table.merged(t1, t2)
> > table.print(m2)
> > ```
> > 
> > Processing the file with context filename shows that both m1 and m2 are {8,
> 9}. What am I missing.
> table.imerge(m1,t1, t2)

Ah, thanks!

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2022-08-30  5:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-29 12:20 Aditya Mahajan via ntg-context
2022-08-29 12:29 ` Aditya Mahajan via ntg-context
2022-08-29 17:33   ` BPJ via ntg-context
2022-08-29 18:10     ` Hans Hagen via ntg-context
2022-08-30  8:56       ` BPJ via ntg-context
2022-08-30 10:08         ` BPJ via ntg-context
2022-08-29 14:28 ` Hans Hagen via ntg-context
2022-08-30  5:52   ` Aditya Mahajan via ntg-context [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=nycvar.YAK.7.78.908.2208300152241.4216@nqv-guvaxcnq \
    --to=ntg-context@ntg.nl \
    --cc=adityam@umich.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).