Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using variables with vfpcompression
Message
From
01/11/2007 03:58:27
Denis Filer
University of Oxford
United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Using variables with vfpcompression
Miscellaneous
Thread ID:
01265645
Message ID:
01265645
Views:
86
Using vfpcompression.fll, it works hitchlessly using:

SET LIBRARY TO "vfpcompression.fll"
resultx = ZipOpen('c:\zfolder\myzipfile.zip')

but not when using a variable as in:

SET LIBRARY TO 'vfpcompression.fll'
myzipfilex = 'c:\zfolder\myzipfile.zip"
resultx = ZipOpen(myzipfilex)

I must be doing something wrong .. any clues, Denis
Next
Reply
Map
View

Click here to load this message in the networking platform