(10-20-2009, 10:23 AM)Mr.FeellingLeSS Wrote: Thanks for the quick response
i see what i did wrong fixing it now [/align]
Yeah you executed the os.system function and assigned the return value to a clearer var... that way the function is already executed and calling the var will not execute it again.
Just put code blocks in a function when you need them more then one time.