write a vb script to generate hello 5 times using do until
loop
Answer Posted / mudaseer
dim ivar
ivar=5
do until ivar=1
msgbox "hello"
ivar=ivar-1
loop
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Which data type/types are supported by vbscript language and what are their specialties?
How will you release the memory acquired by an array variable in vbscript?
How do you declare a variable in vbscript?
Mention how to create a cookie using vbscript?
What is sql loader? Explain the files used by sql loader to load file?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
In what way program "hello world" you can write in vbscript?
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
Explain about scrrun.dll in vbscript?
Explain the scope of the variables using dim, public, and private keywords respectively.
How to make sure that items in a wintree are sorted al?
Explain the adodb.stream class?
Which loop is used in case of arrays in the vbscript language?
Explain about tristate constants?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com