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
How to get the length of the string by making use of the string function?
What is the purpose of the err object in the vbscript language?
Mention what are the rules to name variable in vbscript?
How will you get a random number between 0 and 1 in vbscript?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
How to access array data?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
What are the naming conventions while declaring a variable in the vbscript language?
Mention what if you do not specify anything when you call a procedure?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
what is the use of QCUtil? explain with one example?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?