*
**
***
Please write a code to get output like above diagram? ple explain as it how the code works?
Answer Posted / manjunathareddy
For i=1 to 3
Var=Var&" "& string(i,"*")&Vbnewline
Next
Msgbox Var
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to check whether link is disabled in QTP??
How will you check that a variable is an array in vbscript?
Mention the rules for using option explicit statement?
What are class variables?
What's the difference between vbscript and vb.net?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
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
What are keywords in the vbscript language?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
Mention what is the technology used by vb script?
Explain the functionality of vbscript?
about vb scripting programs this type of all question& answers
Which in-built function related to an array joins substrings into one string in the vbscript language?
What is the purpose of regexp object in vbscript?
What are the disadvantages of vbscript?