Re: without warning
Hello Bernie,
>If I have a ew include and I have constants in it.
>
> When I use the include file and the program ends it
>
> dumps out a list of the constants not used.
>
> WITHOUT WARNING does not turn this off.
>
> How do I stop this dump of not used constants.
>
> PS:I do not want to remove them.
I think you have to put "without warning" BEFORE the include statement:
without warning
include winc.ew
with warning
If this doesn't fix your problem then I don't know what's wrong.
However, you COULD make a junk variable that uses all of these constants
just to make the messages go away but this doesn't really address the
problem.
Example:
include winc.ew
object junk
junk = winc_const1
junk = winc_const2
junk = winc_const3
junk = winc_const4
later,
Lewis Townsend
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
|
Not Categorized, Please Help
|
|