write a vb script to find simple interest using functions
Answer / mudaseer
sub si(p,t,r)
dim si
si=p*t*r/100
msgbox si
end sub
call si(10,10,1)
| Is This Answer Correct ? | 23 Yes | 7 No |
best training centre in bangalore
Explain some uses of vb script?
How will you reverse a string in vbscript?
How many types of operators are available in the vbscript language?
What is the equivalent of VBScript?s On Error In Jscript ?
I have a webtable and many objects are embedded in side.(like buttons,checkboxes etc). How to know how many such objects are there? what is the class of that objects?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
How to Import data from a file (file is on the desktop) to the data table
How to create a cookie using vbscript?
Explain a few date functions in vbscript