What are keywords in the vbscript language?
Answer / Tanveer Ahmad
Keywords in VBScript are reserved words that have specific meanings or functions within the script. Examples include 'Dim', 'Set', 'Function', 'Sub', and 'If'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
what is extension of the file if its saved from recovery manger to some drive
write a program to display configuration of a local system with the help of vb script.
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
How to create a function in vbscript?
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
. Program for sorting of numbers in vb script?
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?
How will you get the natural logarithm of the given number in vbscript?
Please Example programms on vbscript 1)writing functions and calling functions