Answer Posted / mudaseer
dim varr(2,2)
for i=0 to 2 step 1
for j=0 to 2 step 1
varr(i,j)=inputbox("enter the value")
next
next
for i=0 to 2 step 1
for j=0 to 2 step 1
vstr=vstr & varr(i,j) & " "
next
vstr=vstr & vbnewline
next
msgbox vstr
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What are class events?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Which function is used to perform string comparison?
write a program to display configuration of a local system with the help of vb script.
i need to sort the data using qtp script for this how i need to write a qtp script
What are keywords in the vbscript language?
How are values assigned to the variables in the vbscript language?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
Explain about the asc function?
Can automation testing find ssame no. of bugs what we can find by manual testing?
How to throw an error in vbscript?
Mention what if you do not specify anything when you call a procedure?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Explain about .wsf files?
Is vbscript a case-sensitive or case-insensitive?