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 |
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
How can you create a file object to work with the files in the vbscript language?
Explain the support of asp for vb script functionality?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
write a vb script to add two 2*2 matrix
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
How to find arry size in qtp vb script
How will you get a subset of a array in vbscript?
where can i learn VB scripint ?
Mention what is byref and byval parameters in vbscript?
Mention what is the use of option explicit in vbscript?