\starttext
\setupexternalfigures[location={local,global,default}]
\defineexpandable\ColumnA {30mm}
\defineexpandable\ColumnB {40mm}
\defineexpandable\ColumnABi {\the\dimexpr(\ColumnA + \ColumnB)}
\defineexpandable\ColumnABii {\ctxlua{context([==[\ColumnA + \ColumnB]==])}}
\newdimen\ColumnABiii \ColumnABiii=\dimexpr(\ColumnA + \ColumnB)
A \ColumnA% ok
B \ColumnB% ok
ColumnABi: \ColumnABi
ColumnABii: \ColumnABii
ColumnABiii: \the\ColumnABiii
\externalfigure[cow][width=\ColumnABiii]
~
\page
\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________