Reverse a string without using string functions – VBScript
mystr = inputbox(“Enter the String:”) ‘Option 1 – Set r=new regexp r.pattern =”w|W” ‘ “[a-z 0-9 A-Z]” is equivalent to…
mystr = inputbox(“Enter the String:”) ‘Option 1 – Set r=new regexp r.pattern =”w|W” ‘ “[a-z 0-9 A-Z]” is equivalent to…
Let’s assume, we have D:PFolder where 3 subfolders present named as sun1, sun2 & sun3 We will use FileSystemObject as…
Set f1 = CreateObject(“Scripting.FileSystemObject”) Set f2 = f1.GetFile(“D:QTP_TESTtest.docx”) S = “File was Created on: “&f2.DateCreated Msgbox S
1) Check if any data present in Data Table? if yes, try clearing those values (delete or clear cells by…
An Array variable can have different data type values like int, char, string, Boolean etc An Array variable values can…