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
How can you create a file object to work with the files 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?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
What is the technology used by vb script?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
what is the features of visual basic?
Is vbscript a case-sensitive or case-insensitive?
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
What is vbscript procedures?
Which command is used for writing text on a page?
Which function is used to perform string comparison?
How will you convert a given number to long in vbscript?