write a vb script to calculate factorial of a number?
Answer Posted / mogal
n = 12345
f =1
for i =1 to len(n)
f = f* i
next
msgbox f
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What purpose does ‘on error resume next’ serves?
Explain about filter expression?
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?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Why is error handling required?
Which in-built function related to an array joins substrings into one string in the vbscript language?
What is vbscript?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How are values assigned to string type and numeric type variables?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Mention what are the rules to name variable in vbscript?
What is the purpose of the err object in the vbscript language?
Which keyword is used to declare a variable in the vbscript language?
Explain about scrrun.dll in vbscript?
Description.Create