Advertisement
ramkesheoran

CountSecondFromMidnight

Oct 4th, 2011
3,223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XPP 0.17 KB | None | 0 0
  1. static void CountSecondFromMidnight(Args _arg)
  2. {
  3.     int i;
  4.     ;
  5.     i = timeNow();
  6.     print "The number of seconds since midnight is " + int2Str(i);
  7.     pause;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement