write a vb script to display 3*3 matrix
Answer / 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 |
How to make sure that items in a wintree are sorted al?
what is the standards used for writing the script in QTP
Explain the functionality of vbscript?
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
Mention the environments where vbscript could be run?
How to load vbs functions in qtp
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
What is purpose of scripting.filesystemobject class in vbscript?
Check whether given Number is Even or Odd?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina