Hi peeps. If I want to loop something but really not do anything, just loop, what are ALL of my alternatives? See, check checkes something on the system, and can return true or false. So, if I want it to try to check until I get it, how do I loop, with no output, just loop? while (system 'check') {} -- seems silly =o)