Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642
Answer Posted / arpita
n=123
Do While n>0
i=n mod 10
vstr=vstr&i
n=n\10
Loop
msgbox vstr
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Mention characteristics of sub procedures?
Write a Script for ATM in QTP
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Which function is used in the vbscript language to convert the specified expression into a date type value?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
how to write validation function for date in vb script
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
give me any information abou vb script books learn quckly
How to open browser in vb script?
How to write functions and sub in vb script?
Mention how to create a cookie using vbscript?
What is the use of option explicit in vbscript?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
what is the difference between modular and data and keyword driven framework