Chats on mql5.community - page 24

 

Error in private messages. When adding this code

//+----------------------------------------------------------------------------+
string AddLeadingZero(string s, int k) {
  while(StringLen(s)<k) s=StringConcatenate("0",s);
  return(s);
}
//+----------------------------------------------------------------------------+

is left in the message:

//+----------------------------------------------------------------------------+
string AddLeadingZero(string s, int k) {
  while(StringLen(s)StringConcatenate("0",s);
  return(s);
}
//+----------------------------------------------------------------------------+

Lost <k) s=

...................


 

Due to bugs I don't use chat, here's an example of one of the bugs


 

when you press the counterspace button , the browser is 41.0


 

When inserting a link into the chat (e.g. https://www.mql5.com/ru/forum/66900/page4#comment_2064287), the chat results in pure HTML:

Incorrect link insertion in the mini-chat

Google Chrome browser version 46.0.2490.86 m. Windows 10 Home.

Новая версия платформы MetaTrader 4 build 910: Улучшения в Библиотеке кодов и доработка интерфейса для Windows 10
Новая версия платформы MetaTrader 4 build 910: Улучшения в Библиотеке кодов и доработка интерфейса для Windows 10
  • www.mql5.com
Tester: Добавлено ограничение при тестировании демо-версий индикаторов и экспертов из MQL5 Market. - Страница 4 - Категория: общее обсуждение
 

Dear developers!

Why not add translation to the chats?

I unfortunately do not know English and other languages, and it is very difficult to understand what foreigners want.

Please add translation to the chats...

 
Vladimir Pastushak:

Dear developers!

Why not add translation to the chats?

I unfortunately do not know English and other languages, and it is very difficult to understand what foreigners want.

Please add translation to the chats...

The translator works in private messages.