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
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Explain about filter expression?
How will you convert a string to upper case string using vbscript?
Which operator can be used to change the value of the operand or change the state of the condition?
How to declare an array in vbscript?
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)
Explain the .wsf files?
Explain about tristate constants in vbscript?
What are the different types of operators and their order of precedence?
what types of bugs will we find out in banking projects for automation testing?
What are class properties?
How to take whole text output from screen of Bitmap Application.
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.
who will create the object?
What are events in the vbscript language?