find the length of the string without using length function?
Answer Posted / rajanikanth
Option Explicit
Dim a
txt="I am Rajanikanth"
txt = txt & "@"
a = Instr(txt, "@") - 1
MsgBox a
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many types of procedures are available in the vbscript language?
How are arrays declared in the vbscript language?
Explain few date functions in vbscript?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
How will you compare two strings in vbscript?
How will you get a subset of a array in vbscript?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Mention when to use function procedures and what are its characteristics?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Can automation testing find ssame no. of bugs what we can find by manual testing?
Which constant is used for print and display functions and works as same as pressing enter key?
Explain about arrays in vb script?
write a program to display configuration of a local system with the help of vb script.