On 16-1-2011 5:28, Aditya Mahajan wrote:
On Sun, 16 Jan 2011, Hans Hagen wrote:
On 15-1-2011 11:57, Aditya Mahajan wrote:
What is the best way to define the equivalent of
\setvalue{\e!start\NAME}{...}
in lua.
e_start = ?? context.setvalue(e_start .. name, "...")
\starttext
\startluacode
local elements = interfaces.complete.elements local interface = storage.shared.currentinterface
local e_start = elements.start[currentinterface] local e_stop = elements.stop [currentinterface]
context.setvalue(e_start .. "something", "[[") context.setvalue(e_stop .. "something", "]]")
\stopluacode
\startsomething Yes we can!\stopsomething
\stoptext
Thank you.
start[currentinterface] => start[interface] a next beta will have interfaces.elements ----------------------------------------------------------------- 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 -----------------------------------------------------------------