Answer Posted / smita
dim varr(2,3)
for i=0 to ubound(a,1)
for j=0 to ubound(a,2)
varr(i,j)=inputbox("enter the value")
next
next
for i=0 to 2 step 1
for j=0 to 3 step 1
vstr=vstr & varr(i,j) & " "
next
vstr=vstr & vbnewline
next
msgbox vstr
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to take whole text output from screen of Bitmap Application.
Mention the environments where vbscript could be run?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Explain the string concatenation function in vbscript?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Which function is used in the vbscript language to convert the specified expression into a date type value?
How to create a cookie using vbscript?
What is the difference between VBScript and JavaScript?
after medical test,when will be the police verification
Mention the rules for using option explicit statement?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Explain about .wsf files?
Illustrate briefly about the different types of statement
What are the 2 ways to pass a value to the function?