I am trying to do async IO using BeginRead() in JScript.NET, but I can\'t get the callback function to work correctly.
I\'m wondering about JScript.NET private variables. Please take a look on the following code: import System;
I have a variable named age and a function named AGE.Ignore the problem I am having with JScript beign case insensitive at the moment, i.e. age(dob) and AGE(dob) both work...