Categories > TinyButStrong general >

conditionals not seeming to work...

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: lauren
Date: 2011-04-19
Time: 17:42

conditionals not seeming to work...

probably me but:

[onshow.type;if[val]='S';then 'System';else 'User';]

is not working ... "type" is a page variable that is being defined (all i see in fact is it's actual value rather than the replaced value i want to see)
:/
By: Anonymous
Date: 2011-04-19
Time: 22:07

[FIXED] Re: conditionals not seeming to work...

it seems the space between "if" and "[val]" is *very* important
:/