write a vb script code to display the vbscript word by word (i
e 1st it should display v then b and up to t )



write a vb script code to display the vbscript word by word (i e 1st it should display v then b an..

Answer / eswar

x = InputBox("Enter a String : ")
For i=1 to len(x)
MsgBox mid(x,i,1)

Next

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VB Script Interview Questions

I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh

3 Answers  


hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz

0 Answers  


write a vbscript for traffic signal

1 Answers  


how to display all the links in one page using vb script in qtp.

1 Answers   DST Global Solutions,


How to create a cookie using vbscript?

0 Answers  






write a vbscrpit to swap values

2 Answers   Adani,


How can constants be declared in the vbscript language?

0 Answers  


Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it

2 Answers  


who will create the object?

0 Answers   Estuate,


Diff between web table ,datatable and data base (QTP)

2 Answers   TCS,


What are subprocedures in vbscript?

0 Answers  


how to set one column as primary key in QTP and fetch values accordingly

0 Answers   Ford,


Categories