J
Jonas S.
I need to create a QUID in the pure ASP.
I know - it's possible use VB using CoCreateGuid from OLE32.DLL
Private Declare Function CoCreateGuid Lib "OLE32.DLL" (ptrGuid As GUID) As
Long
Is possible to achieve the same result just in ASP?
I know - it's possible use VB using CoCreateGuid from OLE32.DLL
Private Declare Function CoCreateGuid Lib "OLE32.DLL" (ptrGuid As GUID) As
Long
Is possible to achieve the same result just in ASP?