find the length of the string without using length function?
Answer Posted / cnu_thatavarthi
Option Explicit
Dim strValue,iCount, intcounter
strValue = "thatavarthi"
intcounter = 0
for icount = 1 to len(strValue)
intcounter = intcounter+1
Next
Msgbox intcounter
'Expected Value
---------------------------
---------------------------
11
---------------------------
OK
---------------------------
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
There are 5 web pages.write a script to click the button on 4th web page.
How to Import data from a file (file is on the desktop) to the data table
write any ttest cases using check points and parameterization
How to take whole text output from screen of Bitmap Application.
What is the difference between vbscript and vba?
Explain sga memory structures?
Mention the environments where vbscript could be run?
How can you destroy an object in vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
How to Import data from a file (file is on the desktop) to the data table
What is vbscript?
Mention how to access array data?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
how does vb script help in web page designing? explain with example.