Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Smallest GUID Making Code Ever
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00638458
Message ID:
00638584
Vues:
27
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform