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 vb script?

1267

How to open excel in vb script?

1070

Explain about tristate constants?

1074

What is sql loader? Explain the files used by sql loader to load file?

1210

Which command is used for writing text on a page?

1058

How to open a file. What is the perpose of true and false mode there?

1164

Explain about the support of asp for vb script functionality?

985

Give examples where vb script can directly run on users system with windows as os?

1 2217

Explain about the extension .hta?

1121

What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?

1155

Explain vbscript in detail?

1104

Explain some uses of vb script?

1015

Explain a few date functions in vbscript

1026

what is event handling?

1053

What is the use of option explicit statement?

1029


Post New VB Script Questions

Un-Answered Questions { VB Script }

Mention what is the use of option explicit in vbscript?

1055


Mention what is vbscript?

1164


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

2166


How to take whole text output from screen of Bitmap Application.

2431


how to automatically update the sql server2005 database records when insert in vb6?

1995


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

996


after medical test,when will be the police verification

2220


Why is error handling required?

1072


What are keywords in the vbscript language?

1075


Explain the operator precedence in vb script?

1138


Mention what is select case statement?

1016


Mention what if you do not specify anything when you call a procedure?

1029


what is used of Property........End Property loop ? how to write the script for it?

2328


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

2775


How will you convert a given number to long in vbscript?

933