Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compact closes
Message
From
17/08/1998 10:27:10
 
 
To
14/08/1998 14:59:47
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00125767
Message ID:
00127399
Views:
27
>I use this:
>
>Procedure CloseEm
>Lpara lcList
>#define c_comma ","
>Local i, lcAlias
> FOR i=1 TO words(lcList, c_comma)
> lcAlias=wordnum(lcList, i, c_comma)
> IF USED(lcAlias)
> USE IN (lcAlias)
> ENDIF
> ENDFor
>
>Actual function (this is a shortie) has more housekeeping to do, because it accepts "ALL" as a parameter (default if parameter omitted), and then it CLOSEs ALL, but unfortunately it closes the classlibs too, so it has to reopen them. Words() and WordNum() are from Foxtools.fll.

I keep hearing about this "Foxtools". What is it, and where can I get it?

-Michelle
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform