scriptConverter performs a basic translation of vbscript code into javascript code. It uses Regular Expressions in javascript to detect the language constructs and map them to the equivalent in javascript.
scriptConverter performs a basic translation of vbscript code into javascript code. It uses Regular Expressions in javascript to detect the language constructs and map them to the equivalent in javascript.