hello guys
whenever i want to reset of my GUI, which simulates a biological experiment,
i want to reset values of storing arrays to 0, but they still show me the
value from previous, even when when i say array1[0]=0; in a loop times their
size.
please help
cheers
zn?rt - 21 Aug 2003 12:48 GMT
>hello guys
>
>whenever i want to reset of my GUI, which simulates a biological experiment,
>i want to reset values of storing arrays to 0, but they still show me the
>value from previous, even when when i say array1[0]=0; in a loop times their
>size.
Maybe you just clear the array and forget to update your widgets?