write a vb script to display
*****
*****
*****
*****
*****
Answer Posted / mudaseer
for i=1 to 5 step 1
for j=1 to 5 step 1
vstr=vstr & "*" & " "
next
vstr=vstr & vbnewline
next
msgbox vstr
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Mention what is byref and byval parameters in vbscript?
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
Explain about the support of asp for vb script functionality?
What is the use of the date function in the vbscript language?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
Explain the functionality of vbscript?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
How to write functions and sub in vb script?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
How will you get the octal value of the given number in vbscript?
What is vbscript?
How will you get the largest subscript of an array in vbscript?
What is the output of a + b in vbscript if a = 5 and b = 10?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Is vbscript language a case-sensitive language and what does it mean?