lundi 20 mai 2019

How to "break my iteration execution when my variable change state to false "

i want to break the iteration when my ret is false i have added a check to my variable u16Ret if it is false i add a break but it dosen't work.

for( U08 i=0; i< max; i++)
{
    u16Ret = this->function(&parameter1, parameter2);
}

best regards,

Aucun commentaire:

Enregistrer un commentaire