write a vb script to display
*****
*****
*****
*****
*****
Answer Posted / sumathi
For i =1 to 5
var=string(5,"*")
print var
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to increase the values in text box in a given text box increament by two values by clicking on button
What is the use of option explicit in vbscript?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
How to create a cookie using vbscript?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
What is vbscript procedures?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What are the special sub-types in vbscript?
What is the difference between vbscript and vba?
There are 5 web pages.write a script to click the button on 4th web page.
What are events in the vbscript language?
How to Import data from a file (file is on the desktop) to the data table
Explain a few date functions in vbscript
Explain the arrays in vb script?