write a vb script to display
*****
*****
*****
*****
*****
Answer Posted / mudaseer
for i=1 to 5 step 1
for j=1 to 5 step 1
vstr=vstr & "*" & " "
next
vstr=vstr & vbnewline
next
msgbox vstr
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which in-built function related to an array joins substrings into one string in the vbscript language?
what is the difference between modular and data and keyword driven framework
What is Procedure or Subroutine in VB Script?
What is the difference between do until loop and do while loop?
Mention what is vbscript?
Mention what is vbscript procedures?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Is vbscript language a case-sensitive language and what does it mean?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
filter the array values without using filter function?
How will you release the memory acquired by an array variable in vbscript?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
What are the uses of vb script?