Wednesday, May 23, 2012

Creating Time Lag (Delay )

&current_time = %Datetime;
&delay_time = AddToDateTime(&current_time, 0, 0, 0, 0, 0, 120);
While True
   If %Datetime > &delay_time Then
      Break;
   End-If;
End-While;

No comments:

Post a Comment