question about mph include path

 

for example, when I type the path "#include <Arrays\ArrayChar.mqh>" by myself, meta editor shows can't open ... include file

However, it works when you copy the path form the following website...what's wrong?

https://www.mql5.com/en/docs/standardlibrary/datastructures/carraychar

MQL5文档: 标准程序库 / 数据采集 / CArrayChar
MQL5文档: 标准程序库 / 数据采集 / CArrayChar
  • www.mql5.com
标准程序库 / 数据采集 / CArrayChar - 参考MetaTrader 5的算法/自动交易语言
 
vindd:

for example, when I type the path "#include <Arrays\ArrayChar.mqh>" by myself, meta editor shows can't open ... include file

However, it works when you copy the path form the following website...what's wrong?

https://www.mql5.com/en/docs/standardlibrary/datastructures/carraychar

Works for me

Check if you have that file there

 
vindd: when I type the path "#include <Arrays\ArrayChar.mqh>"
Try Arrays\\ArrayChar.mqh
          Character Constants - Integer Types - Data Types - Language Basics - MQL4 Reference
 
Thx a lot! it works.