I'm still new to jscript... Is it possible to have a class in a jscript file? It sure looks like it should be possible according to the microsoft docs. I get the dreaded "Support for JScript active scripting not found! Install WSH with requested language support." message when I add a class:
class myClass
{
var variable : int;
}
--
<http://forum.pspad.com/read.php?2,52880,52880>
PSPad freeware editor http://www.pspad.com
