I would like to test the execution speed of some of my scripts to see if I can improved them.
For that purpose it could be nice if the TIME function was returning the miliseconds as well
So i could save the TIME before exucution and after to see how many miliseconds went by and see if it goes faster if I change something.
Or is there another way than using TIME?