Mention how to assign a date value to a variable?
What is the use of option explicit statement?
what is the use of QCUtil? explain with one example?
How will you get the octal value of the given number in vbscript?
Why to use option explicit in vb script?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Explain about .wsf files?
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
What are lbound and ubound in the vbscript language?
What is the output of a + b in vbscript if a = 5 and b = 10?
How to Import data from a file (file is on the desktop) to the data table
How to open excel in vb script?
Explain about scrrun.dll?
Which operator can be used to check if two numbers are equal or not in vbscript?
why variable name should not exceed 255 characters?