*
**
***
Please write a code to get output like above diagram? ple explain as it how the code works?
Answers were Sorted based on User's Feedback
Answer / pratap
for i=1 to 3 step 1
for j=1 to i step 1
vstr=vstr&"*"
next
vstr=vstr&vbnewline
next
msgbox vstr
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / manjunathareddy
For i=1 to 3
Var=Var&" "& string(i,"*")&Vbnewline
Next
Msgbox Var
| Is This Answer Correct ? | 1 Yes | 0 No |
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
write a vb script to display the size of the folder,date created and name of the folder
Explain sga memory structures?
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
can u test the application without add-in?
Explain what is loose binding? Why is it not a good practice to use it?
how many types of recording are there?
Difference between Function and Sub routine?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
why do u choose to go for testing why cant for devoloping
When are redim statement and preserve keyword used in the vbscript language?