Problem in deleting constants.
-
Hello fxDreema.
'm Having problem in delete some constants that are not being used by my EA, but this accusing that'm using, something that not this correct.
See the picture below the constants that want to delete, but I can not:

If you need my project, please just ask. -
If all the blocks that caused the error still exists, probably the constant is hidden somewhere. In block parameters window many parameters are just hidden and they keep their last state. If you used a constant in a block and then decided to use another parameter, the constant will still remain.
-
So ... actually I just copied the names of constants, and pasted in the new EA. Perhaps I should have put one of these constants unintentionally, and then I put the correct above, but missed all this constant.
One other thing. Would not be possible from the start I put the whole instead of numeric? For only then can I do in constant update.
-
This time I can't understand what you want to say to me

-
I can not see the "integer" and only the "numerical" start. I also need the option "integer". That's what I meant.
The "integer" I can only see after clicking on the button update.
-
I can see "integer" option everywhere, it is even on the picture above

-
Yes .. Only after I clicked Update. Before that there appears the "integer".
Would have another way to delete these constants? Where they are located in the file MQL4?
Even more!
-
What is the problem, you want integer but you get numeric, (float number, also known as "double") or you want numeric but you get integer?
-
Yes .. It would be interesting to get the "integer" from the outset.
-
I need to know this:
__Would have another way to delete these constants? Where they are located in the file MQL4?
Even more![/quote:1b0qrwnp]
-
They are located somewhere on the top of the file and surely, you can delete anything in mql file, but this will not have effect on the project itself. Tell me the name of at least 1 constant that you want to delete? I will try to do it and see if there is some problem with that.
-
Ok thanks for the tip. I'll be doing that today. Thank you.
Another alternative would be to copy and paste the blocks into a new project is this? But I would also have to manually copy and paste each constant.
I would like to delete only the two constants "Vazio" and "Vazio2"
-
I found the problem and it's fixed now.
-
Ok. Thanks fxDreema!