Input = 124
output should be 124421
Please do not use any string functions/variables
Answer Posted / anil
input="421"
Dim arr(3)
arr(0)="4"
arr(1)="1"
arr(2)="2"
Set arrlist=CreateObject("system.collections.Arraylist")
For i=0 To UBound(arr)-1
arrlist.add arr(i)
Next
arrlist.sort
For i=0 To UBound(arr)-1
c= arrlist.item(i)
temp=temp&c
next
MsgBox temp&input
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the technology used by vb script?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
How should i Create Email invite with server-side Coding?
Is vbscript language a case-sensitive language and what does it mean?
Mention the environments where vbscript could be run?
Mention how to access array data?
How many types of procedures are available in the vbscript language?
How to throw an error in vbscript?
What is the purpose of the err object in the vbscript language?
Explain about .wsf files?
How are arrays declared in the vbscript language?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Both Static and dynamic arrays are handled by VB script. Is it true?
How will you release the memory acquired by an array variable in vbscript?
What are the environments supported by vbscript language?