Answers for "mql5 < ILLEGAL OPERATION"

0

mql5 < ILLEGAL OPERATION

struct Random{
 int a;
 int b;
}
int c;
if ( c  > Random){ //Gives error '> illegal operation'
 do something;
 }
//should be c> Random.a; 

//Don't worry you're not stupid I made the same mistake!
Posted by: Guest on January-10-2021

Code answers related to "mql5 < ILLEGAL OPERATION"

Browse Popular Code Answers by Language