how to store charecters of HARIBABU Using arrays
Answer Posted / monika
dim a()
str="haribabu"
j=0
for i=1 to len(str)
s=mid(str,i,1)
redim preserve a(j)
a(j)=s
msgbox a(j)
j=j+1
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how does vb script help in web page designing? explain with example.
Write a code to print numbers from 5 to 0?
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
Can u describe what kind of testing are for OTC derivates by banks.
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.
What are keywords in the vbscript language?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
Explain about scrrun.dll?
How to open browser in vb script?
How many types of operators are available in the vbscript language?
Explain a few date functions in vbscript
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Which in-built function related to an array joins substrings into one string in the vbscript language?
what is diff between static and dynaic arrys?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.