None of the examples shown at ExpVarRef < DeveloperResources < TWiki will work due to there being spaces between the operators and operands. E.g.:
should be:Code:<cpanelif 2 =ltet= 3>
The operators && and || are not documented, but, strangely enough, they work only IF you use spaces:Code:<cpanelif 2=ltet=3>
will not be parsed correctly, but:Code:<cpanelif 1&&0>
will be.Code:<cpanelif 1 && 0>



LinkBack URL
About LinkBacks
Reply With Quote




