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
msgbox vstr
vstr=vstr & vbnewline
next
msgbox vstr
by mudaseer20@gmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
How will you format a number in percetage format in vbscript?
what is the use of QCUtil? explain with one example?
What are the special sub-types in vbscript?
Explain the string concatenation function in vbscript?
Explain about adodb.stream class?
How will you get a combined string from array of string in vbscript?
What are the naming conventions while declaring a variable in the vbscript language?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
Write a code to print numbers from 5 to 0?
Why is it recommended to close the database connection every time after the work is completed?
How will you get the last occurrence of one string within another string using vbscript?
Explain How do you create a recordset object in vbscript?
Difference between dim,public and private variables in vb script?
How to Convert Hex color code to color name in VB Script?