Returns the time that has elapsed since the currently executing script began running.
sTime = ElapsedStr ( )
| Return | Description |
|---|---|
| sTime | The elapsed time. STRING. |
[-] main ()
[ ] STRING sElapsedTime
[ ] // get the elapsed time
[ ] sElapsedTime = ElapsedStr ()
[ ] Print ("Script has run for {sElapsedTime} (h:mm:ss)")