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
What are class events?
Why is error handling required?
What is the use of the date function in the vbscript language?
Mention the rules for using option explicit statement?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
Explain about the functionality of vb script?
How will you reverse a string in vbscript?
how to acces the remote mechine using vb cript(QTP)
What is the output of a + b in vbscript if a = 5 and b = 10?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
What are class properties?
How will you convert a string to lower case string using vbscript?
Mention what is vbscript procedures?
How to write functions and sub in vb script?
How to take whole text output from screen of Bitmap Application.