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


Please Help Members By Posting Answers For Below Questions

why do u choose to go for testing why cant for devoloping

1588


How will you compare two strings in vbscript?

594


Which operator can be used to change the value of the operand or change the state of the condition?

575


hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?

1550


Description.Create

2162






why variable name should not exceed 255 characters?

1815


Which in-built function is used to format the number in the vbscript language?

575


Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

1816


What are the 2 ways in which a variable can be declared in the vbscript language?

564


What is the use of option explicit statement?

583


By default in vbscript the arguments passed to functions and subroutines are by reference or by value?

620


write a program to display configuration of a local system with the help of vb script.

1684


How can you destroy an object in vbscript?

639


How to take whole text output from screen of Bitmap Application.

1870


Explain about vb script?

747