Sunday 09 September 2007 2:19:49 pm
Yes I want to do this but in the example at http://ez.no/doc/ez_publish/techn...rs/variable_and_type_handling/is_set
{def $whatever='We need more rocket fuel!'}
{if is_set( $whatever )}
It is set.
{else}
It is not set. {/if}
but $whatever has a value ... I want to know if the variable is defined. I don't want to know if variable has some value ...
|