purpose is to find the calculations per second of a processor at 50% load (50% because of vb limitations) so this is what I came up with, but strangely, with this code it does not crash...
[php]
label3.text = label3.text + 4
label3.refresh()
[/php]
(and i know its an infinite loop)