Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Templates: Getting files used in application 1998-10-31 -- Jim Katz Newsgroups: comp.lang.clarion
Yeah, just declare your own multi-symbol, %MyUsedFiles with the Unique
attribute:
#FOR(%Module)
#FOR(%Procedure)
#ADD(%MyUsedFiles,%Primary)
#FOR(%Secondary)
#ADD(%MyUsedFiles,%Secondary)
#ENDFOR
#FOR(%OtherFiles)
#ADD(%MyUsedFiles,%OtherFiles)
#ENDFOR
#ENDFOR
#ENDFOR
#DISPLAY('All files used: '&ITEMS(%MyUsedFiles))
HTH
Jean-Marc wrote:
>
> >Try: %UsedFile.
>
> Hi Jim,
> I just did. Still ITEMS(%UsedFile) = ITEMS(%File) even though all the files
> are not used.
> Any other ideas?
> Thks.
> --
> Jean-Marc@starlinx.com
--
Jim Katz
Certified Clarion Developer
CTO iTradeZone,Inc.
http://www.iag.net/~jimkatz/
Using Clarion for Windows
Always looking for the simpler solution.
Today is November 21, 2024, 6:47 am This article has been viewed 35208 times. Google search has resulted in 18 hits on this article since January 25, 2004.
|
|