[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IncludeSystem Selection



PureBytes Links

Trading Reference Links

For some reason, I am not receiving mail from the O-list (last message
11:00am
today), but apparently my previous email reached the list as I received an
"out-of-office" auto reply from someone on the list.
This happens occasionally, and hopefully things will be back to normal soon.
But... just in case they're not, I'd appreciate it if anyone who may have an
answer to my previous post (copied below) would email me privately, or cc me
along with the list.

Thanks,

Ray

----- Original Message -----
From: "Ray Gurke" <Ray@xxxxxxxxx>
To: <Omega-List@xxxxxxxxxx>
Sent: Thursday, August 08, 2002 6:07 PM
Subject: IncludeSystem Selection


> Hmmm.. I'm stumped.
>
> I'd like to have the option to ignore an IncludeSystem statement within a
> signal. I thought this would be simple, but apparently I'm missing
> something.
>
> Here's what I'm attempting to do... If input Report is set to <> 1, then
> IncludeSystem statement would/should _not_ execute. If Report is set to 1,
> then IncludeSystem statement would/should execute. Unfortunately, the
> IncludeSystem statement executes no matter what value "Report" is set to.
> It's like the compiler is overriding the conditional statement in favor of
> the IncludeSystem directive. Any help/insight appreciated...
>
>
> Inputs: Report(0);
>
> If Report = 1 then begin
>     IncludeSystem: "whatever" ;
> end;
>
>
>
>