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 vbscript procedures?
What are the properties of regexp object?
Difference between dim,public and private variables in vb script?
how to increasing the numbers in a given text box please write a vb script
What is the difference between javascript and vbscript?
What are the different types of operators and their order of precedence?
Which function allows you to instantiate an object given its programmatic identifier or progid?
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
Explain the .wsf files?
filter the array values without using filter function?
When does ‘on click of button’ event gets triggered in the vbscript language?
What is Procedure or Subroutine in VB Script?
how to write validation function for date in vb script
Explain about scrrun.dll in vbscript?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?