N
Norman
Hello All,
I have a large WSH Javascript script that I want to convert to .Net
Javascript.
How do I accomplish the same functionality as - var args =
WScript.Arguments; within the .Net Framework.
One would think that the System.Console class would handle this, but
it doesn't.
Is there something like C#'s public static void Main( string[] args )
{ } available.
Does Javascript even have a "main"?
Thanks,
Norman
I have a large WSH Javascript script that I want to convert to .Net
Javascript.
How do I accomplish the same functionality as - var args =
WScript.Arguments; within the .Net Framework.
One would think that the System.Console class would handle this, but
it doesn't.
Is there something like C#'s public static void Main( string[] args )
{ } available.
Does Javascript even have a "main"?
Thanks,
Norman