In message <[email protected]>,
Joe Prosser writes:
>I had the understanding that %u could be used in a context clause. Is
>this not true or am I doing something wrong?

I don't think any of the three types of % variables are replaced in
context expressions. In a context2 expression only the pattern
variables (%<num>) are replaced IIRC.

In your case you could probably use gmtime() or localtime() to replace
%u.

If you are using it multiple times and need to have the same value,
you could assign the result of gmtime to a variable in the context
expression. To tell the truth I am not sure that %u is guaranteed to
be the same for all its substutions in an action list.

--
                                -- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Simple-evcorr-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to