no, can't test with slider as it is forms object and I want to know which one has the problem.
I had this:
code:
function tester()
dim $variable
$variable="1",2,1.5
endfunction

for $counter=0 to 1000000
tester
next
get $
exit 0

and before pressing the key, checked the mem. no change.
but doing:
code:
function tester()
dim $variable
$variable=createobject("kixtart.form")
endfunction

for $counter=0 to 100
tester
next
get $
exit 0

eats 150M memory which is "lost" somewhere.
and that is why I tracked it down to kixforms.
the object does not die.
_________________________
!

download KiXnet