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
\stopcomponent
----

I get no result when trying to compile t1.mkiv - log tells:
context.component(false,"foo")


context.component { "foo" }

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to