07 November 2017

Encrypt URIs using VB Script

SEncrypt = Escape("Https://google.com")

MsgBoxSEncrypt  'Returns 'Https%3A//google.com'



...

No comments:

Post a Comment

AOM - Automation Object Model

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