int a=4857 i need output as 7584.without using any inbuild
function?
Answer Posted / bantanahal haribabu
s="12345"
While int(s)>0
n=s mod 10
x=x&n
s=int(s)/10
Wend
msgbox x
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Mention what is variant in vbscript?
Is VB Script Case sensitive or Case insensitive?
How to assign a numeric value to a variable?
Explain few date functions in vbscript?
what types of bugs will we find out in banking projects for automation testing?
How will you get the exponent of the given number in vbscript?
What is the main difference between function and sub-procedure?
Why to use option explicit in vb script?
Which operator can be used to check if two numbers are equal or not in vbscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Which command is used for writing text on a page?
What is loose binding? Why is it not a good practice to use it?
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
There are 5 web pages.write a script to click the button on 4th web page.
Explain about the extension .hta?