Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IMPLEMENTS Statement
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00880818
Message ID:
00880853
Views:
35
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform