Hello,
Zitat von
sk.Silvia:
yes your code is great xaromz, thats what i wanted
Thanks
.
Zitat von
sk.Silvia:
but i initialized the value of result, thnaks the init boolean (by the first run, the value of result was set to current), so it wasnt undefined, iam not getting it
Your first piece of code was
if value<result then
Here Result wasn't initialized. Your initializeation followed after that comparison.
Greets
xaromz