Re: [NTG-context] Problem with Lua: context.component()

2018-02-23 Thread Hans Hagen
On 2/23/2018 3:26 PM, Procházka Lukáš Ing. wrote: Hello, suppose having: t1.mkiv \starttext   a   \startluacode     context.setvalue("b", "bbb")     context.setvalue("c", 2)     context.component("t2.mkiv")   \stopluacode \stoptext and t2.mkiv \startcomponent *   \b\c

[NTG-context] Problem with Lua: context.component()

2018-02-23 Thread Procházka Lukáš Ing .
Hello, suppose having: t1.mkiv \starttext a \startluacode context.setvalue("b", "bbb") context.setvalue("c", 2) context.component("t2.mkiv") \stopluacode \stoptext and t2.mkiv \startcomponent * \b\c \stopcomponent I get no result when trying to