Hi,
There is more time spend, because the indicator is in the loop. Every time
the screen refreshes, the entire array is send to the screen.
Regards,
Wiebe.
"V.GRAF" wrote in message
news:50650000000800000033BF0000-1075935269000@exchange.ni.com...
Problème : Si l'on met en marche le programme (Fichier joint) avec un
tableau de 10 élements, l'indice de boucle s'incrémente rapidement car
le tableau est traité rapidement.
Par contre, si l'on met 100'000 éléments, l'indice de boucle
s'incrémente très lentement car le tableau met du temps à être traité.
En résumé, le temps de modification d'une valeur dans un tableau
dépend de la taille du tableau.
Est-ce que quelqu'un peut m'expliquer pourquoi? Merci d'avance.
Problem: If we start the program
(File attachement) with an array with
a dimension size of 10, the index of loop is incremented quickly
because the table is treated quickly.
On the other hand, if we put a size of 100' 000, the loop Iteration is
incremented very slowly because the table spends time to be treated.
In short, the time of modification of a value in a array depends on
the size of the array.
Can somebody explain me why? Thank you in advance.