Hi, Anybody could tell me What is the script for Reverse of
Given number. Ex:236--632. Thanks in Advance..
Answer Posted / srinu
dim str,cnt,rstr,i
str="236"
cnt=len(str)
for i=1 to cnt
rstr=mid(str,i,1) & rstr
next
msgbox rstr
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
What are the 2 ways to pass a value to the function?
What are the rules to name variable in vbscript?
What is the purpose of regexp object in vbscript?
Which operator can be used to check if two numbers are equal or not in vbscript?
Which date function is used in the vbscript language to find the difference between the 2 dates?
Explain about tristate constants?
What is the difference between vbscript and vba?
How to Convert Hex color code to color name in VB Script?
Both Static and dynamic arrays are handled by VB script. Is it true?
What are the valid scopes of a variable in vbscript?
Which keyword is used to declare a variable in the vbscript language?
How will you check that a variable is an array in vbscript?
Mention what is the technology used by vb script?
Mention how you can call vbscript functions?