int a=4857 i need output as 7584.without using any inbuild
function?
Answer Posted / anil
s=4857
For i=Len(s) To 1 step-1
c=Mid(s,i,1)
temp=temp&c
Next
MsgBox temp
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How should i Create Email invite with server-side Coding?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
How you can call vbscript functions?
Illustrate briefly about the different types of statement
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How are comments handled in the vbscript language?
Explain about adodb.stream class?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
how to increasing the numbers in a given text box please write a vb script
Explain about the support of asp for vb script functionality?
Is vbscript language a case-sensitive language and what does it mean?
Explain How do you create a recordset object in vbscript?
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
Explain about .wsf files?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using