microsoft.public.dotnet.languages.jscript Archive - November 2001
Post a message to this list
Messages
Page: 1
classes/objects/properties in JScript.Net vs JScript (2 replies)
microsoft.public.dotnet.languages.jscript
I am just starting to try to understand classes and objects and properties in JScript.NET vs previous version of JScript (or ECMAScript edition 3). I wrote the following code import System; function God (name) { this.name name; } var kibo new God('Kibo'); Console.WriteLine('kibo.toString: ' kibo.toString); Console.WriteLine('kibo.toString()' kibo.toString()); Console.WriteLine('kibo: ' kibo); Cons...
new GUID (4 replies)
microsoft.public.dotnet.languages.jscript
How I can get new GUID (string) on client side? Serg Soldatov mailto:Serg@himvolokno.tula.net
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com