
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
Lots of changes by MQ to the preprocessor made some macros break the code. This is one of the effects, but I have fixed that, will be in the next update.
Hello, author. I have a function that prints logs centrally. In different places, I call this function and pass a string to it: func1(string msg, ...); . Is it possible to implement a feature where DBG_XXX does not print but only returns the string? This way, when I call func1 , I can record the location of the log.
How soon will a new version be released? Please tell me if it is updated
Hello, how can I print the array variable after resizing the array?
ArrayResize(myArray, 10);
I use DBG_MSG_VAR_IF(Debug, myArray), and the array is out of bounds.
And can I print a two-dimensional array?
In (unpublished) current version there is no bug. - Yes, you can print also multidimensional arrays.
And can I print a two-dimensional array?
I have just uploaded the most recent version to CodeBase.