w r p syed then output was deys and click eysd and click ysde
and click sdey and click deys and click eysd............
Answer Posted / syed
tell me the answer any one..............
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of option explicit in vbscript?
How to open a file. What is the perpose of true and false mode there?
about vb scripting programs this type of all question& answers
How to throw an error in vbscript?
Explain about adodb.stream class?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
how to check whether link is disabled in QTP??
What are the differences between sub procedures and function procedures?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
When are redim statement and preserve keyword used in the vbscript language?
What is the difference between vb debugger and the script debugger?
Which object provide information about a single runtime error in a vbscript?
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
What are the different types of loops available in the vbscript language?
What is difference between vbscript and vba?