Make A Guid


How to make a Guid in Classic ASP



Set objTypeLib	= Server.CreateObject("ScriptLet.TypeLib")
guidNew		= Left(objTypeLib.GUID, 38)
Set objTypeLib	= Nothing
Response.Write guidNew
            


How to Make A Guid in:    CMD.exe   Classic ASP   C#   T-SQL   VB.NET   VBScript