f0xi
Messages postés4205Date d'inscriptionsamedi 16 octobre 2004StatutModérateurDernière intervention12 mars 202237 30 janv. 2006 à 05:08
il suffit d'apliquer une tolerance +/- sur l'echantillion.
for x := 0 to length(Table)-1 do
if InRange(Table[x],Echantillion-Tolerance,Echantillion+Tolerance) then
Listbox1.Add(format('%.6x,[Table[x]]));
<hr size="2" width="100%">La theorie c'est quand on sait tout, mais que rien ne fonctionne.
La pratique c'est quand tout fonctionne, mais que personne ne sait pourquoi.
<hr>