Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IMPLEMENTS Statement
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00880818
Message ID:
00880853
Vues:
39
Will this work ?
lcImplements = textmerge('IMPLEMENTS _SomeEvents IN <<GetDLLFilePath()>>')
&implements
Glenn
>I would like to change the IMPLEMENTS statemany so that it gets
>it's DLL path from a function:
>
>I want to change:
>IMPLEMENTS _SomeEvents IN "c:\some.dll"
>
>
>to
>
>IMPLEMENTS _SomeEvents IN GetDLLFilePath()
>
>FUNCTION GetDLLFilePath()
>
>cDrive = GetDriveLetter()
>cRetVal = cDrive + "\some.dll"
>
>RETURN cRetVal
>
>
>
>Anyone know how to do this?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform