Forum Discussion

howie_'s avatar
howie_
Contributor
12 years ago

JScript nested functions

Hello,  I'm trying to approximate a "class" in jscript, with member functions. I'd like to do something like the code below. Does anyone know if it's possible?   function Thing() ...