TakTrack Development BlogAbout the development of the TakTrack.NET, and related topics (ASP.NET, Ajax, IIS, SQL Server, etc) |
public function GenGUID() dim TypeLib,strTG Set TypeLib = Server.CreateObject("Scriptlet.TypeLib") strTG = TypeLib.Guid GenGUID = mid(strTG, 2,len(strTG)-4) Set TypeLib = Nothing end function
System.Guid.NewGuid.ToString()