Home
Portfolio
Code Library
back to list
Insert a short pause in your code.
The code below was used in a looping process to delay between each action.
JavaScript
for (d=0;d<10000;d++) ; // do nothing but eat CPU
Posted by fbrefere001 on Wednesday March 19, 2003