Code Comments
Programming Forum and web based access to our favorite programming groups.Hi there, I have yet to work out how to get condtions which check for a
string or a value.
Something like
{if:thevar==1} {end:}
Is there anyway to do this ?
Post Follow-up to this message
On Wed, 2005-06-01 at 15:05 +1000, Dan Rossi wrote:
> Hi there, I have yet to work out how to get condtions which check for a
> string or a value.
>
{if:testSomething(thevar,#1#)} .....
function testSomething($l,$r) { return $l == $r; }
Regards
Alan
> Something like
>
> {if:thevar==1} {end:}
>
> Is there anyway to do this ?
Post Follow-up to this message
On Wed, 2005-06-01 at 15:05 +1000, Dan Rossi wrote:
> Hi there, I have yet to work out how to get condtions which check for a
> string or a value.
>
{if:testSomething(thevar,#1#)} .....
function testSomething($l,$r) { return $l == $r; }
Regards
Alan
> Something like
>
> {if:thevar==1} {end:}
>
> Is there anyway to do this ?
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.