Re: supprimer plusieurs lignes d'une table fichier (elles sont cochées)

Posté par drcharly93 le 11/2/2005 17:14:29
Bonjour,

Via boucle jusqu'a la fin
Ind est un entier 
Boucle
 Ind++
 Si Ind > <MaRable>..Occurrence Alors Sortir
 Si <MaCondition> = Vrai Alors
  TableSelectPlus(<MaTable>,Ind)
  //Comme la ligne est supprimée on reste sur la meme
  Ind--
 Fin
 TableSupprime(<MaTable>)
Fin

Cette contribution était de : http://old.wdforge.org/newbb/viewtopic.php?forum=12&topic_id=1820&post_id=7577