albrin memedi:
CButton *buttons[];
Hello everyone,
I did some research about this question but didnt found nothing
Is it possible to create 50 Buttons with a for loop instead of declearing them individually?
I have to loop and Create a new name for each button and thats my problem.
Thanks everyone

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
Hello everyone,
I did some research about this question but didnt found nothing
#include <Controls/Button.mqh> CButton MyButton,MyButton2,MyButton3;
Is it possible to create 50 Buttons with a for loop instead of declearing them individually?
I have to loop and Create a new name for each button and thats my problem.
Thanks everyone