Tim,
Greatly appreciate your help. You are right - the functions work
from the list; i don't actually need the string with events.
Thanks again - great list and great people...
Val
--
http://mail.python.org/mailman/listinfo/python-list
Hi Kent,
Thanks. Great help. It does work now,
and with expressions as well.
my very best,
Val
--
http://mail.python.org/mailman/listinfo/python-list
John Machin wrote:
> On 27/04/2006 10:38 AM, val bykoski wrote:
> > Hi The List:
> > I have a modeling app where i'm detecting events (in temporal
> > dynamics) applying a set of (boolean) functions - kind of:
> >
> > event_list = "f1 f2 etc".split() # each fi detects a specific event
> > i have
val bykoski wrote:
> Hi The List:
>I have a modeling app where i'm detecting events (in temporal
> dynamics) applying a set of (boolean) functions - kind of:
>
> event_list = "f1 f2 etc".split() # each fi detects a specific event
> i have defs for functions fi, or simple boolean expressions
On 27/04/2006 10:38 AM, val bykoski wrote:
> Hi The List:
> I have a modeling app where i'm detecting events (in temporal
> dynamics) applying a set of (boolean) functions - kind of:
>
> event_list = "f1 f2 etc".split() # each fi detects a specific event
> i have defs for functions fi, or simp
val bykoski <[EMAIL PROTECTED]> wrote:
>
>Hi The List:
> I have a modeling app where i'm detecting events (in temporal
>dynamics) applying a set of (boolean) functions - kind of:
>
>event_list = "f1 f2 etc".split() # each fi detects a specific event
>i have defs for functions fi, or simple bool
Hi The List:
I have a modeling app where i'm detecting events (in temporal
dynamics) applying a set of (boolean) functions - kind of:
event_list = "f1 f2 etc".split() # each fi detects a specific event
i have defs for functions fi, or simple boolean expressions for each, so
that evList is a