Could Anybody tell me the Script for REVERSE an Interger
int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Answers were Sorted based on User's Feedback
x=246
y=len(x)
For i=y to 1 step-1
c=mid(x,i,1)
d=d&c
Next
msgbox d
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vineet sharma
convert int to string first using cstr() function. then use strreverse() function to reverse the string and then use cint to conver back the string to integer.
| Is This Answer Correct ? | 0 Yes | 0 No |
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
What are events in the vbscript language?
compare the string without using stringcomp function?
Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Explain about operator precedence in vb script?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?