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


Please Help Members By Posting Answers For Below Questions

what is the standards used for writing the script in QTP

1890


How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...

2902


Which operator can be used to check if two numbers are equal or not in vbscript?

650


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

1787


Mention the rules for using option explicit statement?

482






What is the extension of the vbscript file?

550


How to pass argument by reference to a function in vbscript?

536


Anyone have qtp11.0 crack?

2383


What is select case statement?

602


1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.

1514


How are arrays declared in the vbscript language?

540


What is byref and byval parameters in vbscript?

604


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

2392


Explain about scrrun.dll in vbscript?

647


HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.

2058