07 November 2017

Use of TimeSerial Function In VB Script


Dim MyTime1

MsgBoxTimeSerial(12 - 6, -15, 0) ' Returns 5:45:00 AM.

MsgboxTimeSerial(12 - 4, -15, -20) ' Returns 7:44:40 AM.


...

No comments:

Post a Comment

AOM - Automation Object Model

'Creating QuicTest Object Set  qtapp =  createobject ( "QuickTest.Application" ) 'Launching the Application If  qtapp...