Input = 124
output should be 124421
Please do not use any string functions/variables
Answer Posted / eswar
'Numbers can be given at run time
For i=1 to 3
s =InputBox("Enter a number : ")
x = x&s
y = StrReverse(x)
Next
MsgBox x&y
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
Mention what are the rules to name variable in vbscript?
What is the difference between javascript and vbscript?
Explain about scrrun.dll in vbscript?
Mention characteristics of sub procedures?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
How will you get a string with the specified character the specified number of times in vbscript?
What is Procedure or Subroutine in VB Script?
What are the rules to name variable in vbscript?
Write a code to print numbers from 5 to 0?
Which command is used for writing text on a page?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Explain about the asc function?
Explain the operator precedence in vb script?
filter the array values without using filter function?