Index: /trunk/FACT++/src/RemoteControl.h
===================================================================
--- /trunk/FACT++/src/RemoteControl.h	(revision 14985)
+++ /trunk/FACT++/src/RemoteControl.h	(revision 14986)
@@ -167,4 +167,5 @@
     bool  JsSend(const std::string &str)      { return ProcessCommand(str, false); }
     void  JsOut(const std::string &msg)       { lin << msg << endl; }
+    void  JsResult(const std::string &msg)    { lin << kBlue << " = " << msg << '\n' << endl; }
     void  JsPrint(const std::string &msg)     { if (fImp) fImp->Comment(msg.empty()?" ":msg); }
     void  JsAlarm(const std::string &msg)     { if (fImp) fImp->Alarm(msg.empty()?" ":msg); }
