![]() |
|
|
+ Search |
![]()
|
Oct 9th, 2006 10:12
Matthew Wilkinson, Daniel Ross,
Try encasing the code as a function, then you can run it from anywhere
at anytime.
eg.
function YourFunctionName()
{
//Insert code to repeat on command
}
YourFunctionName();
YourFunctionName();