Please let me Know regarding any material regarding VB
Scripting which should be easily understandable for
Beginners.
No Answer is Posted For this Question
Be the First to Post Answer
How can you create a file object to work with the files in the vbscript language?
accept a string & display whether a is present or not
Explain the string concatenation function in vbscript?
how to delete folder test3,test4 and test5 using vbscript?
What is the use of option explicit in vbscript?
Explain about the extension .hta?
Mention how to assign a date value to a variable?
What are the environments supported by vbscript language?
How will you convert a string to lower case string using vbscript?
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
how to add the shared repository file to the script file while running the script manuall
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer