Code: Select all
50 symbolnot it has   if(SymbolsTotal(true)>50)   {   Alert("The maximum number of symbols upto 50.");   return(INIT_PARAMETERS_INCORRECT);   }  Sorry for bad english, if possible please help me
Thanks
Anonymous, Fri Mar 24, 2017 6:21 pm
Code: Select all
50 symbolnot it has   if(SymbolsTotal(true)>50)   {   Alert("The maximum number of symbols upto 50.");   return(INIT_PARAMETERS_INCORRECT);   } Â