info needed please

 

Is there a command to remove the Indicator from the condition?

similar 

ExpertRemove()
 
Build a function, call it ExpertKill

void ExpertKill
{
int zero = 1;
zero = 1 / (zero -1);
}
 
Here is a more reliable version:

void ExpertKill
{
int zero = 1;
int arr_one[1];
zero = 1 / (zero -1);
arr_one[1] = zero;
}