reverse the string without using reverse string?
Answer Posted / rajani_kanth
Option Explicit
Dim a,c,d,i
a="RajaniKanth"
For i=Len(a) To 1 Step-1
c=Mid(a,i,1)
d=d&c
Next
MsgBox d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
What is the technology used by vb script?
Mention how to access array data?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
how to check whether link is disabled in QTP??
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
How will you compare two strings in vbscript?
How to get the length of the string by making use of the string function?
Mention what if you do not specify anything when you call a procedure?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Explain How do you create a recordset object in vbscript?
Explain the arrays in vb script?
What is the use of the formatdatetime function in the vbscript language?
What are class properties?
what is diff between static and dynaic arrys?