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
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
write any ttest cases using check points and parameterization
How to Import data from a file (file is on the desktop) to the data table
What is the difference between VBScript and JavaScript?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
What is the difference between javascript and vbscript?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Explain about operator precedence in vb script?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
1. How do declare public variable in vb scripts?
what is the difference between modular and data and keyword driven framework
Which command is used for writing text on a page?
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)
Difference between dim,public and private variables in vb script?
How are values assigned to the variables in the vbscript language?