How to generate 3 digit random number?
Answer Posted / eswar
For i=1 to 3
x = RandomNumber(1,9)
y=y&x
Next
MsgBox y
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Which object provide information about a single runtime error in a vbscript?
How to make sure that items in a wintree are sorted al?
What are the different types of operators and their order of precedence?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
write any ttest cases using check points and parameterization
How will you compare two strings in vbscript?
What purpose does ‘on error resume next’ serves?
What is the difference between vbscript and vba?
What is the use of option explicit in vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
What are the 2 ways in which a variable can be declared in the vbscript language?