[pmwiki-users] PITS00531 and v.2.2.0-beta27

Patrick R. Michaud pmichaud at pobox.com
Mon Jan 29 13:05:21 CST 2007


On Mon, Jan 29, 2007 at 07:34:13PM +0100, Hladůvka Jiří wrote:
> (:if   {$:v2} eq {$:v1}:)
> v2 is = v1
> (:if:)
> 
> Will be such a string comparision available in some near version 
> 2.2.0-betaXX or
> have I to install Cookbook.ConditionalExtensions (or do I somewhere a 
> mistake in the source) ?

PmWiki doesn't offer string comparison operators.  For this you'll
need to install the ConditionalExtensions recipe.

Also, note that like the other conditionals, the format is

    (:if eq {$:v2} {$:v1} :)

where the name of the condition to be test occurs before the arguments.

Pm



More information about the pmwiki-users mailing list