author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 28 Apr 2010 13:15:16 +0300 | |
branch | RCL_3 |
changeset 15 | b25b6dc3ff8b |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
name = "eval"; group = "running"; shortDescription = "Evaluate program"; longDescription = ""; argumentTypes = [ "script" ]; function execute() { if (arguments.length == 0) { message("Missing argument (program)."); return; } setEvaluateAction(0); scheduleEvaluate(getCurrentFrameIndex(), arguments[0], "console input (" + Date() + ")"); }; function handleResponse(resp, id) { }