create GUID’s using ASP

Created an ActiveX dll today to create GUID’s for FootJoy.com orders. Course, it was pretty easy since this article, entitled “Build a GUID generating component”, essentially does it for me.

Registering and unregistering components is a bear, the scripts on this site make it easier.

This entry was posted in ASP. Bookmark the permalink.

4 Responses to create GUID’s using ASP

  1. webfoo says:

    Do you still manage footjoy.com???

  2. sunil says:

    Gaandu bhenchod time barbad karwata hai

  3. drexciya says:

    easier:

    Function createGuid()
    Set TypeLib = Server.CreateObject(“Scriptlet.TypeLib”)
    tg = TypeLib.Guid
    createGuid = left(tg, len(tg)-2)
    Set TypeLib = Nothing
    End Function

    Scriptlet.TypeLib is installed with Windows Scripting

  4. Rusty says:

    This is way more helpful than anityhng else I’ve looked at.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>