Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Smallest GUID Making Code Ever
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00638458
Message ID:
00638584
Views:
30
>Requires WSH 5.6, but of course you already have that installed.
>
>oGUID = CreateObject("scriptlet.typelib")
>cGUID = Strtran(Strtran(Left(oGUID.GUID,38),"}",""),"{","")
>
This is smaller still *s*
oGUID = CreateObject("scriptlet.typelib")
cGUID = substr( oGUID.GUID, 2, 36 )
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform