1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
how to find using vbscripting
Answer Posted / prathyusha
for i=1 to 5
for j=1 to i
n=n&i
next
v=v&vbcrlf&n
next
msgbox v
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention what is the main difference between function and sub-procedure?
What is the use of option explicit in vbscript?
What are the uses of vb script?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
How to Import data from a file (file is on the desktop) to the data table
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Which operator can be used to check if two numbers are equal or not in vbscript?
Why to use option explicit in vb script?
What is the use of the date function in the vbscript language?
how to increasing the numbers in a given text box please write a vb script
what is used of Property........End Property loop ? how to write the script for it?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Mention how to create a cookie using vbscript?
How will you convert a string to lower case string using vbscript?