Hi,
just a quck question: how can I display the time to an event in a textbox (or similar)? Any event nicely displays this
countdown during runtime and I want to extract it to display elsewhere. However, if I only call the event-name in the
'dynamic' section of a textbox, I get it together with a long string root.... which I do not want.
any hints? couldn't find it in the help- or the forum
thanks a lot.
Willy — 07.07.10
eventName.getRest() should give you what you're looking for.
/willy