How to generate 3 digit random number?
Answer Posted / prathyusha
Randomize
intmax=1000
intmin=300
rNum=Int((intmax-intmin+1)*Rnd+intmin)
MsgBox rnum
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are subprocedures in vbscript?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How to pass argument by reference to a function in vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
How to create a function in vbscript?
Explain the functionality of vbscript?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Mention what is select case statement?
What are the 2 ways to pass a value to the function?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What are class events?
filter the array values without using filter function?
Explain about constants in vb script?