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


Please Help Members By Posting Answers For Below Questions

What are class variables?

620


Explain the arrays in vb script?

595


Explain about arrays in vb script?

608


Which operator is used to perform the comparison among 2 operands in the vbscript language?

532


Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function

1921






A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.

1512


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.

1844


Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

1625


Explain the adodb.stream class?

549


Explain different types of segment?

574


What is variant in vb script?

626


Can automation testing find ssame no. of bugs what we can find by manual testing?

1474


does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks

2509


how to operate webobjects in a webpage using getobject function and then using generic methods?

2546


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1444