Hi mf,
Thanks !
Fabrice

Le jeu. 19 mars 2020 à 11:46, mf <massifr@fastwebnet.it> a écrit :
Il 19/03/20 11:20, Fabrice Couvreur ha scritto:
> Hi,
> this file did not pose any problems but today yes.
> Thank you.
> Fabrice
>
> \starttext
> \startluacode
> local letters_1 = { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" }
> local letters_2 = { "1", "Année", "1998", "1999", "2000", "2001", "2002",
> "2003", "2004", "2005","2006" }
> context.startxtable({"align={middle,lohi},
> width=1.2cm,offset=0.8ex,bodyfont=9pt"})
>

context.startxtable( { align = "middle,lohi", width = "1.2cm", offset =
"0.8ex", bodyfont = "9pt" } )

The argument is a lua table. Values are usually strings.

> context.startxrow({"background=color,backgroundcolor=green"})

context.startxrow( { background = "color", backgroundcolor = "green" } )

... and so on.

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

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