VB Script Interview Questions
Questions Answers Views Company eMail

Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642

Amazon,

7 21718

Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.

Amazon, Pyroferus,

12 45462

Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance

Amazon,

6 8571

Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..

Amazon, CSC,

10 12634

Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..

Amazon, bcbs,

3 5550

Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.

1 3724

write a program to display the system specifications of client system with the help of vbScript.

2104

write a program to display configuration of a local system with the help of vb script.

1838

Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

2024

PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1854

What is a difference between scripting language and programming language?

2 4377

i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next

1 5519

what is resorceallocation

1955

how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.

4962

Illustrate briefly about the different types of statement

2232


Post New VB Script Questions

Un-Answered Questions { VB Script }

How to get the length of the string by making use of the string function?

813


Explain few date functions in vbscript?

799


what is the differance between BYVAL,BYREF?

1983


How can you fetch the value of a cookie?

755


What's the difference between vbscript and vb.net?

767


What is the use of the recordset object and which statement is used to create such an object?

739


What is the use of the date function in the vbscript language?

764


What is select case statement?

801


How to access array data?

735


Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?

795


Anyone have qtp11.0 crack?

2589


What are keywords in the vbscript language?

725


What is the difference between a dictionary and an array?

792


Which operator can be used to do an xor operation in vbscript?

951


What methods are used to create text files and open text files in the vbscript language?

737