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
Is vbscript language a case-sensitive language and what does it mean?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
How will you check that a variable is an array in vbscript?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
How are values assigned to string type and numeric type variables?
Explain sga memory structures?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
what is the difference between modular and data and keyword driven framework
There are 5 web pages.write a script to click the button on 4th web page.
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
How will you get the octal value of the given number in vbscript?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?