find the length of the string without using length function?
Answer Posted / rajani_kanth
Option Explicit
Dim a,text
text="I am Rajanikanth"
text=text&"@"
a=InStr(text,"@")-1
MsgBox a
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How are arrays declared in the vbscript language?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Mention how to assign a date value to a variable?
How will you get a string with the specified character the specified number of times in vbscript?
How to open excel in vb script?
What is the use of option explicit in vbscript?
what types of bugs will we find out in banking projects for automation testing?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Explain about constants in vb script?
how to acces the remote mechine using vb cript(QTP)
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
How will you compare two strings in vbscript?