Hi, Anybody could tell me What is the script for Reverse of
Given number. Ex:236--632. Thanks in Advance..
Answer Posted / anwar basha
str="236"
for i=1 to len(str)
a=right(str,i)
temp=temp&left(a,1)
next
msgbox temp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are class properties?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Which event is triggered when mouse focus comes out of an element in the vbscript language?
Why is it recommended to close the database connection every time after the work is completed?
Explain about the asc function?
where can i learn VB scripint ?
What is the difference between a dictionary and an array?
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
Explain about operator precedence in vb script?
what is the standards used for writing the script in QTP
please can you help me to get a code of flames using a visual basic 6
Explain about the extension .hta?
Explain the operator precedence in vb script?
Mention what is the main difference between function and sub-procedure?
When does ‘on click of button’ event gets triggered in the vbscript language?