Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

VB Script Interview Questions
Questions Answers Views Company eMail

Explain about constants in vb script?

982

Why is the use of exit do or exit for statements within loops discouraged?

991

Difference between dim,public and private variables in vb script?

911

Explain about .wsf files?

1074

Which object provide information about a single runtime error in a vbscript?

1025

Explain different types of segment?

984

What are the different types of operators and their order of precedence?

994

What is the difference between vb debugger and the script debugger?

1082

Which function allows you to instantiate an object given its programmatic identifier or progid?

995

What is dictionary object in vbscript? Explain?

1131

Explain sga memory structures?

974

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

996

Explain about filter expression?

943

What is difference between vbscript and vba?

1132

How to write functions and sub in vb script?

1063


Post New VB Script Questions

Un-Answered Questions { VB Script }

Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it

2687


How regexp.execute method works?

1034


1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)

2068


Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?

2997


Which operator can be used to change the value of the operand or change the state of the condition?

975


What is the purpose of the err object in the vbscript language?

1049


Explain the support of asp for vb script functionality?

1022


Explain the tristate constants in vbscript?

984


Explain the asc function?

884


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

1328


Explain How do you create a recordset object in vbscript?

975


Explain about the asc function?

987


did any one attended interview in applabs if you had gone through plz tell me the procedure

2219


Which operator is used to concatenate the 2 values in the vbscript language?

970


What is the difference between javascript and vbscript?

1095