On 11/29/2012 9:32 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
Hello,

the following shortening "\ctxlua{commands.doif" to "\cldcommand{doif"
doesn't work as I'd expect, although it should be equal:

----
\starttext
   A

   \ctxlua{commands.doif(true)}{T} % Gives "T" - that's OK
   \cldcommand{doif(true)}{t} % Gives nothing; why?

   B
\stoptext
----

Probably very basic question... What am I doing wrong?

indeed as it's \ctxcommand

the \cldcommand does a context.doif an that one takes three arguments

so you've something to wikify: :

\starttext
  A

  \ctxlua{commands.doif(true)}{one}

  B

  \cldcommand{doif("a","a","two")}

  C

  \ctxcommand{doif(true)}{three}

  D

\stoptext


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to