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 |
what is used of Property........End Property loop ? how to write the script for it?
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
Which date function is used in the vbscript language to find the difference between the 2 dates?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How to get the length of the string by making use of the string function?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it
write a vb script to find simple interest using functions
Why to use option explicit in vb script?
when you use For Loop, While..do, do..while? at what situations which loop will use.
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
How should i Create Email invite with server-side Coding?