*
**
***
Please write a code to get output like above diagram? ple explain as it how the code works?
Answer Posted / pratap
for i=1 to 3 step 1
for j=1 to i step 1
vstr=vstr&"*"
next
vstr=vstr&vbnewline
next
msgbox vstr
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the technology used by vb script?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
What are the valid scopes of a variable in vbscript?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Which in-built function related to an array joins substrings into one string in the vbscript language?
write any ttest cases using check points and parameterization
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Mention what if you do not specify anything when you call a procedure?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
What is the difference between function and procedure?
What are class variables?
What is the purpose of the err object in the vbscript language?
How to Import data from a file (file is on the desktop) to the data table
What is difference between vbscript and vba?