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
Mention how you can call vbscript functions?
What is sql loader? Explain the files used by sql loader to load file?
What are the environments supported by vbscript language?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
Mention what is vbscript procedures?
Explain the tristate constants in vbscript?
Both Static and dynamic arrays are handled by VB script. Is it true?
Which operator can be used to change the value of the operand or change the state of the condition?
What are the uses of vb script?
Mention what if you do not specify anything when you call a procedure?
Explain the string concatenation function in vbscript?
What is Procedure or Subroutine in VB Script?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
what do you mean .ota mobile format
What is the purpose of drive object of scripting.filesystemobject class in vbscript?