VBScript (VBS) is a Visual Basic-flavored scripting language for Internet Explorer and Windows. It can be used on the web in principle, like JavaScript, but does not have much support, so it's usually confined to standalone or server-side scripts in business environments that use Windows exclusively.
1All arguments except prompt
are optional.
2helpfile
and context
are coupled - if one is supplied, the other must also be supplied.
MSDN Date/Time, String and Numeric Functions
https://msdn.microsoft.com/en-us/library/3ca8tfek(v=vs.84).aspx
A few things to keep in mind when using the IncludeFile(p_Path)
method :
std_internal_LibFiles
before the first call to IncludeFile(p_Path)
IncludeFile(p_Path)
anywhere in your code, including other methods.