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
Explain How do you create a recordset object in vbscript?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Mention how you can call vbscript functions?
Explain the constants in vbscript?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
how to operate webobjects in a webpage using getobject function and then using generic methods?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
how to acces the remote mechine using vb cript(QTP)
Mention what is the main difference between function and sub-procedure?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How should i Create Email invite with server-side Coding?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Explain about the extension .hta?
How will you convert a string to upper case string using vbscript?
Which keyword is used to declare a variable in the vbscript language?