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
What is the difference between vb debugger and the script debugger?
What are the properties of regexp object?
1. How do declare public variable in vb scripts?
How to get the length of the string by making use of the string function?
Which object provide information about a single runtime error in a vbscript?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Can automation testing find ssame no. of bugs what we can find by manual testing?
did any one attended interview in applabs if you had gone through plz tell me the procedure
What is the difference between vbscript and vba?
after medical test,when will be the police verification
If else for do while select in vb script?
Differentiate javascript and vbscript?
Mention what is byref and byval parameters in vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
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.?