*
**
***
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



* ** *** Please write a code to get output like above diagram? ple explain as it how the code wor..

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

* ** *** Please write a code to get output like above diagram? ple explain as it how the code wor..

Answer / 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

More VB Script Interview Questions

Which in-built function is used to format the number in the vbscript language?

0 Answers  


What is vbscript?

0 Answers  


regular expression that will recognize a browser as long as its name property starts with mybrowser

0 Answers   Banking,


How to Convert Hex color code to color name in VB Script?

0 Answers  


How to write functional test cases for send button in gmail.

2 Answers   Arctern,


Which is the default Data types in VBScript?

7 Answers   AppLabs,


How to return a value from function...? you should not tell msgbox, print.. etc.,

6 Answers  


How are arrays declared in the vbscript language?

0 Answers  


hi, How will write a regular expression of date in VB scripting.

1 Answers  


how to acces the remote mechine using vb cript(QTP)

0 Answers   TCS,


did any one attended interview in applabs if you had gone through plz tell me the procedure

0 Answers  


write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links

1 Answers  


Categories