find the length of the string without using length function?
Answer Posted / prudviraj
str= "this is an interview questions"
var1= Right(str,1)
var2 = InStrRev(str,var1)
MsgBox var2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of the instr function?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Explain about operator precedence in vb script?
What is the use of the recordset object and which statement is used to create such an object?
How will you release the memory acquired by an array variable in vbscript?
What purpose does ‘on error resume next’ serves?
How to throw an error in vbscript?
How to Import data from a file (file is on the desktop) to the data table
How will you convert a given number to long in vbscript?
What is byref and byval parameters in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
Explain about .wsf files?
What is vbscript language used for and which earlier language is it modeled upon?
Explain different types of segment?