how to store charecters of HARIBABU Using arrays
Answer Posted / b.hari babu
dim a()
cnt=0
str="haribabu"
for i=1 to len(str)
s=mid(str,i,1)
redim preserve a(cnt)
a(cnt)=s
cnt=cnt+1
for j=0 to ubound(a)-1
msgbox a(j)
next
next
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain some uses of vb script?
What is the difference between VBScript and JavaScript?
Explain the tristate constants in vbscript?
What are the data types supported by vbscript?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
What are the advantages of vbscript?
What is the purpose of the err object in the vbscript language?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
How many types of operators are available in the vbscript language?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How will you get the natural logarithm of the given number in vbscript?
How will you reverse a string in vbscript?
What purpose does ‘on error resume next’ serves?
Explain the operator precedence in vb script?
What is purpose of scripting.filesystemobject class in vbscript?