Can someone tell the difference between
NULL
and ""
Thank you in advance.
I would recommend to avoid NULL in MQL completely unless you have tested behaviour for the particular datatype. It is implemented inconsistently, for string it means an uninitialised string, while for integer it means either an uninitialised integer or zero, for object pointers it means uninitialised or void objects however not the destroyed pointers.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register