Hi, Anybody could tell me What is the script for Reverse of
Given number. Ex:236--632. Thanks in Advance..
Answer Posted / amol zambre
str="236--678"
cnt=len(str)
for i=1 to cnt
rstr=mid(str,i,1) & rstr
next
msgbox rstr
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the features of visual basic?
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.?
How will you convert a string to lower case string using vbscript?
did any one attended interview in applabs if you had gone through plz tell me the procedure
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Explain the scope of the variables using dim, public, and private keywords respectively.
What is difference between vbscript and vba?
How many types of operators are available in the vbscript language?
What's the difference between vbscript and vb.net?
When to use function procedures and what are its characteristics?
Explain sga memory structures?
What is the use of the recordset object and which statement is used to create such an object?
What is the use of the instr function?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
How will you get the smallest subscript of an array in vbscript?