Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twStopWatch( nStart, nStop )
 ----------------------------------------------------------------------------
     Returns the number of clock ticks between nStart and nStop if
     nStart is greater than nStop.

       Arguments:

     nStart - 'N' Start time in seconds. A return from SECONDS().

     nStop  - 'N' Stop time in seconds.

       Return:

     Numeric value for nStop - nStart.

       Example:

     DO WHILE twStopWatch( nSecs, SECONDS()) <= nTime
     ENDDO



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson