Could Anybody tell me the Script for REVERSE an Interger
int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Answer Posted / 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 |
Post New Answer View All Answers
Mention what is the difference between vbscript and vba?
Mention characteristics of sub procedures?
What is the use of the formatdatetime function in the vbscript language?
why do u choose to go for testing why cant for devoloping
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Explain some uses of vb script?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
How to add actions in driver script to run those actions in QTP?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
how to increasing the numbers in a given text box please write a vb script
What is the main difference between function and sub-procedure?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
When to use function procedures and what are its characteristics?