Input = 124
output should be 124421
Please do not use any string functions/variables
Answer Posted / gyanesh ranjan rout
Function printnumber(numb)
x=numb
y=strreverse(x)
msgbox x&y
End Function
printnumber(124)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain about tristate constants in vbscript?
What is the output of a + b in vbscript if a = 5 and b = 10?
What is the extension of the vbscript file?
Why is the use of exit do or exit for statements within loops discouraged?
Does VB/Win make standalone .EXE files?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
How do you declare a variable in vbscript?
What are keywords in the vbscript language?
What is dictionary object in vbscript? Explain?
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.
What are the disadvantages of vbscript?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
How can constants be declared in the vbscript language?
What are the different types of loops available in the vbscript language?
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?