Which is the default Data types in VBScript?

Answer Posted / dyj

VB script has only one data type is called a Variant.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention what is select case statement?

544


what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?

1430


Which keyword is used to declare a variable in the vbscript language?

529


What is the main difference between function and sub-procedure?

549


what is the standards used for writing the script in QTP

1883






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

573


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

1684


What is the difference between do until loop and do while loop?

534


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

563


how to acces the remote mechine using vb cript(QTP)

1599


How to assign a numeric value to a variable?

614


Explain about .wsf files?

617


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

792


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

2233


How to open excel in vb script?

568