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 are the valid scopes of a variable in vbscript?
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
What is the main difference between function and sub-procedure?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
which one is more secure vb script or java script ??????? or both are same ??????
How to create a cookie using vbscript?
what is test scenario?
how to operate webobjects in a webpage using getobject function and then using generic methods?
How can you create an object in vbscript?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
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