Library code snippets

Get the scripting language & version

A number of rarely-known functions ScriptEngine, ScriptEngineMajorVersion, and ScriptEngineMinorVersion allow you to find out from your script the server-side scripting language, and it's version. For example,

<%=ScriptEngine%><BR>
<%=ScriptEngineMajorVersion%><BR>
<%=ScriptEngineMinorVersion%><BR>

will output

VBScript
5
0

Comments

  1. 10 Jul 2008 at 08:55

     Hello,

    Im trying a solution for this problem.Kindly could anyone tell me as how to "Convert VBScript to DLL" .I need it very urgently..Thanks for any ideas.

  2. 01 Jan 1999 at 00:00

    This thread is for discussions of Get the scripting language & version.

Leave a comment

Sign in or Join us (it's free).

James Crowley James first started this website when learning Visual Basic back in 1999 whilst studying his GCSEs. The site grew steadily over the years while being run as a hobby - to a regular monthly audience ...

Want to stay in touch with what's going on? Follow us on twitter!