write a vb script to display the code "vbscripting" alphabet
by alphabet(i e 1st v then b and up to g)
Answer Posted / mudaseer
vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which command is used for writing text on a page?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
How will you get a subset of a array in vbscript?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Mention when to use function procedures and what are its characteristics?
Which function is used to perform string comparison?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Mention how you can call vbscript functions?
Explain the constants in vbscript?
What is the purpose of regexp object in vbscript?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
Mention what is the technology used by vb script?
What is the use of option explicit in vbscript?
How will you get the exponent of the given number in vbscript?
what is the features of visual basic?