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 is the differance between BYVAL,BYREF?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Which constant is used for print and display functions and works as same as pressing enter key?
wht must be the interview question on corinthian information technology solutions incorporated.
How will you convert a string to lower case string using vbscript?
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.
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How to replace junk code recorded by QTP with a mall function.
What is the use of option explicit statement?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Out of the different type of operators, which are evaluated first and last in the vbscript language?
what types of bugs will we find out in banking projects for automation testing?
Which operator can be used to do an xor operation in vbscript?
Explain sga memory structures?
how to operate webobjects in a webpage using getobject function and then using generic methods?