Innov-AI
    Documentation | MentDB Weak Server
Copy the execution 'Concat' source code (into the clipboard) for a specific script

  • Right click on the 'math.addition.exe' and select 'Concat (clipboard)'
  • Your execution MQL source code is in the clipboard
  • Go to a new MQL page
  • and type [CTRL]+[V] (Paste)
  • concat "include \"math.addition.exe\"
    	\"[v1]\" \"" (mql encode [v1]) "\"
    	\"[v2]\" \"" (mql encode [v2]) "\"
    ;";
  • Set variables:
  • -> "[v1]" 10;
    -> "[v2]" 20;
    concat "include \"math.addition.exe\"
    	\"[v1]\" \"" (mql encode [v1]) "\"
    	\"[v2]\" \"" (mql encode [v2]) "\"
    ;";
  • Click on one 'Execute' buttons
  • "include \"math.addition.exe\"
    	\"[v1]\" \"10\"
    	\"[v2]\" \"20\"
    ;";
  • You can eval the MQL request
  • -> "[v1]" 10;
    -> "[v2]" 20;
    eval (concat "include \"math.addition.exe\"
    	\"[v1]\" \"" (mql encode [v1]) "\"
    	\"[v2]\" \"" (mql encode [v2]) "\"
    ;");
  • Click on one 'Execute' buttons
  • "30";
Services     Supporters     Contact     About     Legal notice © 2024